]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: spear: x600: Remove EFI support to reduce image size
authorStefan Roese <sr@denx.de>
Wed, 27 Apr 2016 07:10:43 +0000 (09:10 +0200)
committerStefan Roese <sr@denx.de>
Tue, 31 May 2016 05:48:40 +0000 (07:48 +0200)
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@denx.de>
configs/x600_defconfig

index ace620ba3a63c328215475d033536fb13ad13156..14977dca8a1c628b66f530e6ab342bc6040cdd7b 100644 (file)
@@ -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