diff options
author | Ash Charles <ashcharles@gmail.com> | 2016-05-05 11:58:07 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-05 21:32:26 -0400 |
commit | 4bf11dc88c246c354ab6060309018a8feb97ec10 (patch) | |
tree | 7fc30c1eb4a3772f46b2a03d230af2ddf00c608c | |
parent | ea948590a3e0bd08021f110db9784a6d201ea810 (diff) |
omap4: duovero: Disable EFI booting
The DuoVero board fails to compile with EFI enabled as the generated
binaries are too large. As this platform doesn't currently need EFI,
disable this feature.
Signed-off-by: Ash Charles <ashcharles@gmail.com>
-rw-r--r-- | include/configs/duovero.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/duovero.h b/include/configs/duovero.h index d8f48efdd8..98afe27287 100644 --- a/include/configs/duovero.h +++ b/include/configs/duovero.h @@ -22,6 +22,7 @@ #include <configs/ti_omap4_common.h> #undef CONFIG_SPL_OS_BOOT +#undef CONFIG_EFI_PARTITION #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION |