From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
Date: Wed, 23 Dec 2015 01:47:34 +0100 [thread overview]
Message-ID: <201512230147.34583.marex@denx.de> (raw)
In-Reply-To: <1450830091.2026.5.camel@altera.com>
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:
> > > Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS for UBI
> > > and UBIFS support on serial NOR flash
> > >
> > > Signed-off-by: Chin Liang See <clsee@altera.com>
> > > Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> > > Cc: Dinh Nguyen <dinh.linux@gmail.com>
> > > Cc: Pavel Machek <pavel@denx.de>
> > > Cc: Marek Vasut <marex@denx.de>
> > > Cc: Stefan Roese <sr@denx.de>
> > > ---
> > >
> > > 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 :'-(
>
> That really strange as I built cyclone5, arria5, sockit, sr1500 and
> even mcvevk in case it break (as mcvevk dun have qspi). Wonder what is
> the build error you got?
>
> FYI, here is my build info which indicate success build
> bash-3.2$ export CROSS_COMPILE=arm-altera-eabi-; make mrproper; make
> socfpga_sockit_defconfig; make
I fixed it in u-boot-socfpga/master, so it will compile fine, but you
should see a warning with the original patch, see at the end of this mail.
> [..]
> 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 ;-)
> 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
> > 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) .
next prev parent reply other threads:[~2015-12-23 0:47 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-22 7:32 [U-Boot] [PATCH v3 01/17] arm: socfpga: Enable ubi and ubifs support Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 02/17] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 03/17] arm: socfpga: arria5: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: " Chin Liang See
2015-12-22 20:28 ` Marek Vasut
2015-12-23 0:21 ` Chin Liang See
2015-12-23 0:47 ` Marek Vasut [this message]
2015-12-23 1:36 ` Chin Liang See
2015-12-23 1:47 ` Marek Vasut
2015-12-23 2:57 ` Chin Liang See
2015-12-23 3:03 ` Marek Vasut
2015-12-22 7:32 ` [U-Boot] [PATCH v3 05/17] arm: socfpga: sr1500: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 06/17] arm: socfpga: cyclone5_socdk: Enable ubiload console command Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 07/17] arm: socfpga: arria5_socdk: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 08/17] arm: socfpga: sockit: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 09/17] arm: socfpga: sr1500: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 10/17] arm: socfpga: cyclone5_socdk: Enable qspiload " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 11/17] arm: socfpga: arria5_socdk: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 12/17] arm: socfpga: sockit: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 13/17] arm: socfpga: sr1500: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 14/17] arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 15/17] arm: socfpga: arria5_socdk: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 16/17] arm: socfpga: sockit: " Chin Liang See
2015-12-22 7:32 ` [U-Boot] [PATCH v3 17/17] arm: socfpga: sr1500: " Chin Liang See
2015-12-22 20:17 ` [U-Boot] [PATCH v3 01/17] arm: socfpga: Enable ubi and ubifs support Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201512230147.34583.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.