[PATCH 22/25] efi: Depend on CMDLINE for efi_loader
Simon Glass
sjg at chromium.org
Sun Sep 24 22:39:40 CEST 2023
This features currently requires the command line, so make this
explicit. Future work could adjust this, but it needs effort within
the booting support first, like the bootm command.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
lib/efi_loader/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 621ed5e5b0fb..2aef9336034e 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -12,6 +12,7 @@ config EFI_LOADER
depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT
depends on BLK
depends on !EFI_APP
+ depends on CMDLINE
default y if !ARM || SYS_CPU = armv7 || SYS_CPU = armv8
select CHARSET
# We need to send DM events, dynamically, in the EFI block driver
--
2.42.0.515.g380fc7ccd1-goog
More information about the U-Boot
mailing list