From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Tue, 22 Dec 2015 14:34:34 +0800 Subject: [U-Boot] [PATCH v2 2/5] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS In-Reply-To: <5678E8BE.4010003@denx.de> References: <1450745989-2764-1-git-send-email-clsee@altera.com> <201512220215.43122.marex@denx.de> <1450749305.1930.9.camel@altera.com> <201512220309.44368.marex@denx.de> <5678E8BE.4010003@denx.de> Message-ID: <1450766074.1930.12.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-12-22 at 07:07 +0100, Stefan Roese wrote: > On 22.12.2015 03:09, Marek Vasut wrote: > > On Tuesday, December 22, 2015 at 02:55:05 AM, Chin Liang See wrote: > > > On Tue, 2015-12-22 at 02:15 +0100, Marek Vasut wrote: > > > > On Tuesday, December 22, 2015 at 01:59:46 AM, Chin Liang See > > > > wrote: [..] > > > > > > > > > > > > > > > diff --git a/configs/socfpga_cyclone5_defconfig > > > > > b/configs/socfpga_cyclone5_defconfig index 864358c..4216b55 > > > > > 100644 > > > > > --- a/configs/socfpga_cyclone5_defconfig > > > > > +++ b/configs/socfpga_cyclone5_defconfig > > > > > @@ -23,3 +23,4 @@ CONFIG_DESIGNWARE_SPI=y > > > > > > > > > > CONFIG_DM_MMC=y > > > > > CONFIG_USB=y > > > > > CONFIG_DM_USB=y > > > > > > > > > > +CONFIG_SPI_FLASH_USE_4K_SECTORS=n > > > > > > > > And for arriaV ... ? And sockit ? ;-) > > > > > > haha too obsess testing on CV board :) > > > Let me include them into these series. > > > > These should be the only three boards which use QSPI NOR. > > > > SoCrates, MCV and DE0 do not have QSPI NOR. SR1500 I believe also > > doesn't have > > one. > > SR1500 does have QSPI NOR. Its the boot device. Just in time as going to create v3 now :) Thanks Chin Liang Thanks, > Stefan >