boot: Move BOOTM_EFI option into /boot
This option does not related to commands. Move it into boot/Kconfig and adjust it to depend on CONFIG_BOOT rather than CONFIG_CMD_BOOTM Simplify the 'depends on' while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -339,13 +339,6 @@ config CMD_BOOTSTD
|
||||
|
||||
This command is not necessary for bootstd to work.
|
||||
|
||||
config BOOTM_EFI
|
||||
bool "Support booting UEFI FIT images"
|
||||
depends on EFI_BINARY_EXEC && CMD_BOOTM && FIT
|
||||
default y
|
||||
help
|
||||
Support booting UEFI FIT images via the bootm command.
|
||||
|
||||
config CMD_BOOTZ
|
||||
bool "bootz"
|
||||
depends on BOOT
|
||||
|
||||
Reference in New Issue
Block a user