From: Simon Glass Date: Fri, 24 Mar 2023 20:58:12 +0000 (-0400) Subject: lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGH X-Git-Tag: baikal/mips/sdk5.8.2~5^2~11^2~4 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=741ea9d98de06da445a44cb71a30d8503e8dd05a;p=uboot.git lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGH Ramdisk relocation requires LMB, so enable it automatically to avoid build errors. Signed-off-by: Simon Glass --- diff --git a/boot/Kconfig b/boot/Kconfig index 170ab63f27..8fa3181d7e 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -814,6 +814,7 @@ 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.