]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: default EFI_LOADER=n on ARM11
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 20 Nov 2019 17:48:02 +0000 (18:48 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 23 Nov 2019 08:19:31 +0000 (09:19 +0100)
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>
configs/rpi_0_w_defconfig
configs/rpi_defconfig
lib/efi_loader/Kconfig

index 52f15ce3e4a2211d56c7bd52519a646298aaddaa..3e63e93e34dc9c2c2625f20f1b04be877b7d9690 100644 (file)
@@ -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
index a7ccab17102bd0dff9a52467d4366f5d7ae4f03d..9cb66961aa88b35cd2daf4d525b88d3f019f34fb 100644 (file)
@@ -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
index 7984d6f42d452e7662d165bc527ca33ba4f93852..21ef440341473deb9c3e513f6634ffa2e12e82c8 100644 (file)
@@ -10,7 +10,7 @@ config EFI_LOADER
        depends on !EFI_STUB || !X86_64 || EFI_STUB_64BIT
        # We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB
        depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT
-       default y
+       default y if !ARM || SYS_CPU = armv7 || SYS_CPU = armv8
        select LIB_UUID
        select HAVE_BLOCK_DEVICE
        select REGEX