From: Stefan Roese Date: Wed, 27 Apr 2016 07:10:43 +0000 (+0200) Subject: arm: spear: x600: Remove EFI support to reduce image size X-Git-Tag: v2016.07-rc1~65^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e084fd922f7483d591c623823452fff7879c9d71;p=u-boot arm: spear: x600: Remove EFI support to reduce image size 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 --- diff --git a/configs/x600_defconfig b/configs/x600_defconfig index ace620ba3a..14977dca8a 100644 --- a/configs/x600_defconfig +++ b/configs/x600_defconfig @@ -22,3 +22,4 @@ CONFIG_NETDEVICES=y CONFIG_ETH_DESIGNWARE=y CONFIG_USE_TINY_PRINTF=y CONFIG_OF_LIBFDT=y +# CONFIG_EFI_LOADER is not set