summaryrefslogtreecommitdiff
path: root/configs/rpi_defconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-11-20 18:48:02 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-11-23 09:19:31 +0100
commitb7cdecfc196686ffae34b6849fc8b5b7ef62237a (patch)
tree2d8112e47934426f627aad6a7b415d33684732f4 /configs/rpi_defconfig
parent2800540d101d7b0dd0629c5177fca48331d2927d (diff)
efi_loader: default EFI_LOADER=n on ARM11
Some of the ARM11 boards have tight limits on the size of U-Boots. Hence use EFI_LOADER=n as default on ARM11. Set EFI_LOADER=y for the Raspberry Pi and Raspberry Pi Zero as these boards have sufficient storage on the SD card. Suggested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'configs/rpi_defconfig')
-rw-r--r--configs/rpi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index a7ccab1710..9cb66961aa 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -43,3 +43,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_CONSOLE_SCROLL_LINES=10
CONFIG_PHYS_TO_BUS=y
CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_EFI_LOADER=y