From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ash Charles Date: Thu, 5 May 2016 11:58:07 -0700 Subject: [U-Boot] [PATCH 2/2] omap4: duovero: Disable EFI booting In-Reply-To: <1462474687-19709-1-git-send-email-ashcharles@gmail.com> References: <1462474687-19709-1-git-send-email-ashcharles@gmail.com> Message-ID: <1462474687-19709-3-git-send-email-ashcharles@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- include/configs/duovero.h | 1 + 1 file changed, 1 insertion(+) 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 #undef CONFIG_SPL_OS_BOOT +#undef CONFIG_EFI_PARTITION #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION -- 2.1.4