diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-23 10:20:18 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-23 10:20:18 -0500 |
commit | 601c2879f8b9b20c8215858db862cde8ba65fd72 (patch) | |
tree | 2746ade5d974a6ffb9b044ef821cce07cde231e2 /lib/efi_loader/Kconfig | |
parent | 47b48fe186ad26740f97016d93e991f51447ddd6 (diff) | |
parent | b7cdecfc196686ffae34b6849fc8b5b7ef62237a (diff) |
Merge tag 'efi-2020-01-rc4-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-01-rc4 (2)
Use CONFIG_EFI_LOADER=n for ARM11 except for the Raspberry Pi and the
Raspberry Pi Zero.
Diffstat (limited to 'lib/efi_loader/Kconfig')
-rw-r--r-- | lib/efi_loader/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index 7984d6f42d..21ef440341 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -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 |