
Most of the EFI functionality 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@chromium.org Suggested-by: AKASHI Takahiro takahiro.akashi@linaro.org ---
(no changes since v2)
Changes in v2: - Adjust the depends on the commands, instead of EFI_LOADER
cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index c6ea5c860e33..46e484fc08b6 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -384,7 +384,7 @@ config SYS_BOOTM_LEN
config CMD_BOOTEFI bool "bootefi" - depends on EFI_LOADER + depends on EFI_LOADER && CMDLINE default y help Boot an EFI image from memory.