[U-Boot] [PATCH 2/3] arm: spear: x600: Remove EFI support to reduce image size

Stefan Roese sr at denx.de
Wed Apr 27 09:10:43 CEST 2016


EFI is not needed on x600. So lets remove the EFI support to make it fit
into the 0x60000 image size limit again.

Signed-off-by: Stefan Roese <sr at denx.de>
---
 configs/x600_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/x600_defconfig b/configs/x600_defconfig
index 1a07b9d..41c3983 100644
--- a/configs/x600_defconfig
+++ b/configs/x600_defconfig
@@ -21,3 +21,4 @@ CONFIG_NETDEVICES=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_USE_TINY_PRINTF=y
 CONFIG_OF_LIBFDT=y
+# CONFIG_EFI_LOADER is not set
-- 
2.8.1



More information about the U-Boot mailing list