summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-12-13 13:58:27 -0700
committerTom Rini <trini@ti.com>2012-12-13 13:58:27 -0700
commit6e9005bd96ff0f0548a787ffafee10664a57a8e1 (patch)
tree6c0e13a84415cb7a26632598b9bf4a7b8f135b2c /include/configs/omap3_evm.h
parent1d6cd0a3f69b549a3fc7e735a045279e7a14947e (diff)
downloadtalos-obmc-uboot-6e9005bd96ff0f0548a787ffafee10664a57a8e1.tar.gz
talos-obmc-uboot-6e9005bd96ff0f0548a787ffafee10664a57a8e1.zip
omap3_evm: Let CONFIG_EFI_PARTITION be set for SPL
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>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index b4d925ed90..fc6e78208c 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -95,10 +95,7 @@
#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
OpenPOWER on IntegriCloud