mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
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>
This commit is contained in:
parent
f7c32e8ece
commit
e084fd922f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue