On Fri, Jan 27, 2017 at 11:00:34AM +0100, Patrick Delaunay wrote: > move all CONFIG used in disk to Kconfig: > CONFIG_PARTITIONS > CONFIG_MAC_PARTITION > CONFIG_DOS_PARTITION > CONFIG_ISO_PARTITION > CONFIG_AMIGA_PARTITION > CONFIG_EFI_PARTITION > CONFIG_PARTITION_UUIDS > CONFIG_PARTITION_TYPE_GUID > > > move disk to Kconfig as proposed by Simon Glass in thread > [Resend RFC PATCH v1 1/3] add support of GPT partitioning over MTD > > created one patch per partition after review of version 4 by Tom Rini > > NB: I need to create _SPL_ config because for some platform activated > list of supported partition type is not the same between SPL > and U-Boot, that allow size reduction for SPL build > (previously CONFIG are under compilation flag CONFIG_SPL_BUILD in .h) > > I compile this patch on v2017.1 without issue linked to this code > and after correction in patch v5 it is size neutral for > the boards (on 1230 boards compiled on my side)
On top of tree I found just a few places where things weren't quite right (and possibly due to being vs top of tree not v2017.01) but we're now quite in the realm of things I'll fix-up. The only "big" change is that to make sure we get the CONFIG_PARTITION_UUIDS stuff right in all cases I'm migrating CMD_PART and CMD_GPT. Thanks once again for your efforts here! -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot