diff options
author | Stefan Roese <sr@denx.de> | 2016-04-27 09:10:43 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-05-31 07:48:40 +0200 |
commit | e084fd922f7483d591c623823452fff7879c9d71 (patch) | |
tree | b115a43f1e1457a0299cf88e66484443229e970b /configs/x600_defconfig | |
parent | f7c32e8ece7fefd950382a7522aff9939a218b91 (diff) | |
download | u-boot-e084fd922f7483d591c623823452fff7879c9d71.tar.gz |
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 <sr@denx.de>
Diffstat (limited to 'configs/x600_defconfig')
-rw-r--r-- | configs/x600_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |