From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 23 Dec 2015 09:36:13 +0800 Subject: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS In-Reply-To: <201512230147.34583.marex@denx.de> References: <1450769562-3624-1-git-send-email-clsee@altera.com> <201512222128.49440.marex@denx.de> <1450830091.2026.5.camel@altera.com> <201512230147.34583.marex@denx.de> Message-ID: <1450834573.1946.5.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 Wed, 2015-12-23 at 01:47 +0100, Marek Vasut wrote: > On Wednesday, December 23, 2015 at 01:21:31 AM, Chin Liang See wrote: > > On Tue, 2015-12-22 at 21:28 +0100, Marek Vasut wrote: > > > On Tuesday, December 22, 2015 at 08:32:29 AM, Chin Liang See > > > wrote: [..] > > > > > > CFG spl/u-boot-spl.cfg > > FDTGREP spl/u-boot-spl.dtb > > CAT spl/u-boot-spl-dtb.bin > > MKIMAGE spl/u-boot-spl-dtb.sfp > > make[1]: warning: Clock skew detected. Your build may be > > incomplete. > > This is a bit weird, isn't it ;-) Yah, this is something need be hammered > > > MKIMAGE u-boot.img > > COPY u-boot.dtb > > CAT u-boot-dtb.bin > > MKIMAGE u-boot-dtb.img > > [...] > > > > There's buildman for doing such bulk builds, let me know if you > > > need > > > help > > > setting it up. > > > > That's sound good to me instead i invoke it manually every time. > > Let me > > take a look. A quick link would be much appreciated. > > Thomas did a good concise writeup on setting up buildman: > > http://www.mail-archive.com/u-boot at lists.denx.de/msg191914.html Yah, I saw the conversation. Cool, let me set 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. > > > > Do share you build error so I can simulate the build error. > > CONFIG_SPI_FLASH_USE_4K_SECTORS was used twice in the config file > sockit > config file (configs/socfpga_sockit) . Oh I believe its commented out. bash-3.2$ git grep --color CONFIG_SPI_FLASH_USE_4K_SECTORS configs/socfpga_arria5_defconfig:CONFIG_SPI_FLASH_USE_4K_SECTORS=n configs/socfpga_cyclone5_defconfig:CONFIG_SPI_FLASH_USE_4K_SECTORS=n configs/socfpga_sockit_defconfig:# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set configs/socfpga_sockit_defconfig:CONFIG_SPI_FLASH_USE_4K_SECTORS=n configs/socfpga_sr1500_defconfig:CONFIG_SPI_FLASH_USE_4K_SECTORS=n drivers/mtd/spi/sf_internal.h:#ifdef CONFIG_SPI_FLASH_USE_4K_SECTORS Thanks Chin Liang