diff mbox

[U-Boot,2/2] omap4: duovero: Disable EFI booting

Message ID 1462474687-19709-3-git-send-email-ashcharles@gmail.com
State Accepted
Commit 4bf11dc88c246c354ab6060309018a8feb97ec10
Delegated to: Tom Rini
Headers show

Commit Message

Ash Charles May 5, 2016, 6:58 p.m. UTC
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>
---
 include/configs/duovero.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini May 6, 2016, 5:47 p.m. UTC | #1
On Thu, May 05, 2016 at 11:58:07AM -0700, Ash Charles wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/duovero.h b/include/configs/duovero.h
index bb3ba55..48f768e 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