mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
ea948590a3
commit
4bf11dc88c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue