diff options
| author | Tom Rini <[email protected]> | 2026-03-20 14:53:40 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-03 13:42:49 -0600 |
| commit | 5116481a7e604bf0985417f30d1a6fcbc89067b5 (patch) | |
| tree | 65be3a97c30edb2c0eb053d8d3485effe6317f22 /boot | |
| parent | c1e17ac28466f9ba68cb65daa9d7f8b4b3ae0a25 (diff) | |
lmb: Correct dependency around CMD_BOOT[IMZ]
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 <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 1 |
1 files changed, 0 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. |
