summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-12 04:34:49 +0300
committerTom Rini <trini@konsulko.com>2022-09-16 18:05:16 +0300
commitca28baf17c54bd723e704923f2d71828f34d1f1f (patch)
tree9f03ee158927aafd58be706805757db394eb28f9 /lib
parent7f8967c2b82f9917987b69fbf43f8f591f3a8516 (diff)
downloadu-boot-ca28baf17c54bd723e704923f2d71828f34d1f1f.tar.xz
blk: Select SPL_LEGACY_BLOCK automatically
Selecting this option can be handled in the Kconfig option itself, as it is with BLK. Update this an drop the various 'select' clauses. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index c4e812594f..476a22d7ea 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -20,7 +20,6 @@ config EFI_LOADER
select EVENT_DYNAMIC
select LIB_UUID
imply PARTITION_UUIDS
- select SPL_LEGACY_BLOCK
select REGEX
imply FAT
imply FAT_WRITE