From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 22 Dec 2015 21:28:49 +0100 Subject: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS In-Reply-To: <1450769562-3624-4-git-send-email-clsee@altera.com> References: <1450769562-3624-1-git-send-email-clsee@altera.com> <1450769562-3624-4-git-send-email-clsee@altera.com> Message-ID: <201512222128.49440.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, December 22, 2015 at 08:32:29 AM, 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 > --- > configs/socfpga_sockit_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/socfpga_sockit_defconfig > b/configs/socfpga_sockit_defconfig index b4f41a9..dc32fe8 100644 > --- a/configs/socfpga_sockit_defconfig > +++ b/configs/socfpga_sockit_defconfig > @@ -25,3 +25,4 @@ CONFIG_DESIGNWARE_SPI=y > CONFIG_DM_MMC=y > CONFIG_USB=y > CONFIG_DM_USB=y > +CONFIG_SPI_FLASH_USE_4K_SECTORS=n Chin, would it be difficult to build your patchset before you submit it? This one builds with an obvious warning :'-( There's buildman for doing such bulk builds, let me know if you need help setting it up. I will drop this patch and fix the remaining three during application, since I want to get this set out of the door, but please do some better testing next time. Best regards, Marek Vasut