From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Date: Wed, 23 Dec 2015 19:13:22 +0100 Subject: [U-Boot] [PATCH v2 2/5] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS In-Reply-To: <1450745989-2764-2-git-send-email-clsee@altera.com> References: <1450745989-2764-1-git-send-email-clsee@altera.com> <1450745989-2764-2-git-send-email-clsee@altera.com> Message-ID: <20151223181322.GB15948@amd> 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 08:59:46, Chin Liang See wrote: > Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS for UBI > and UBIFS support on serial NOR flash > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > Changes for v2 > - move CONFIG_SPI_FLASH_USE_4K_SECTORS to Kconfig > --- > configs/socfpga_cyclone5_defconfig | 1 + > 1 file changed, 1 insertion(+) > > 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 Actually, do we usually specify =n in config files? It seems to be so rare it is an error. Normally, we have something like "# CONFIG_SYS_MALLOC_F is not set" in config files. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html