]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3_evm: Let CONFIG_EFI_PARTITION be set for SPL
authorTom Rini <trini@ti.com>
Thu, 13 Dec 2012 20:58:27 +0000 (13:58 -0700)
committerTom Rini <trini@ti.com>
Thu, 13 Dec 2012 20:58:27 +0000 (13:58 -0700)
The #ifdef here is not enough to stop part_efi.c from being built, only
being unused.  And with recent changes this now leads to warnings.  The
easiest solution here is to just let the garbage collection at link time
do its job.

Signed-off-by: Tom Rini <trini@ti.com>
include/configs/omap3_evm.h

index b4d925ed9008431710f73222a32261c9e73f64af..fc6e78208c5ddcc23dee32190f3663651cc77b75 100644 (file)
 #define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME       "u-boot.img"
 
 /* Partition tables */
-/* Only need DOS partition support for SPL, currently */
-#ifndef CONFIG_SPL_BUILD
 #define CONFIG_EFI_PARTITION
-#endif
 #define CONFIG_DOS_PARTITION
 
 /* USB