提交 6e9005bd 编写于 作者: T Tom Rini

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: NTom Rini <trini@ti.com>
上级 1d6cd0a3
...@@ -95,10 +95,7 @@ ...@@ -95,10 +95,7 @@
#define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img" #define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img"
/* Partition tables */ /* Partition tables */
/* Only need DOS partition support for SPL, currently */
#ifndef CONFIG_SPL_BUILD
#define CONFIG_EFI_PARTITION #define CONFIG_EFI_PARTITION
#endif
#define CONFIG_DOS_PARTITION #define CONFIG_DOS_PARTITION
/* USB /* USB
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册