The calls around lmb functions for these commands are not specific to
SYS_BOOT_RAMDISK_HIGH but rather part of the general loading portion of
the command itself currently. Move this dependency to the right spot.
Signed-off-by: Tom Rini <trini@konsulko.com>
depends on CMD_BOOTM || CMD_BOOTI || CMD_BOOTZ
depends on !(NIOS2 || SANDBOX || SH || XTENSA)
def_bool y
- select LMB
help
Enable initrd_high functionality. If defined then the initrd_high
feature is enabled and the boot* ramdisk subcommand is enabled.
config CMD_BOOTM
bool "bootm"
+ depends on LMB
default y
select LIB_BOOTM
help
config CMD_BOOTZ
bool "bootz"
+ depends on LMB
select LIB_BOOTZ
select LIB_BOOTM
help
config CMD_BOOTI
bool "booti"
depends on ARM64 || RISCV || SANDBOX
+ depends on LMB
default y
select LIB_BOOTI
select LIB_BOOTM