mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
1d6cd0a3f6
commit
6e9005bd96
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue