diff options
| -rw-r--r-- | boot/Kconfig | 1 | ||||
| -rw-r--r-- | cmd/Kconfig | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index a56b7aa2f37..2fe3f4fe4d1 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -1164,7 +1164,6 @@ config SYS_BOOT_RAMDISK_HIGH 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. diff --git a/cmd/Kconfig b/cmd/Kconfig index 64e342caad1..c52d2078320 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -298,6 +298,7 @@ config CMD_BOOTD config CMD_BOOTM bool "bootm" + depends on LMB default y select LIB_BOOTM help @@ -376,6 +377,7 @@ config BOOTM_ELF config CMD_BOOTZ bool "bootz" + depends on LMB select LIB_BOOTZ select LIB_BOOTM help @@ -384,6 +386,7 @@ config CMD_BOOTZ config CMD_BOOTI bool "booti" depends on ARM64 || RISCV || SANDBOX + depends on LMB default y select LIB_BOOTI select LIB_BOOTM |
