From: Simon Glass Date: Thu, 14 Sep 2023 16:55:56 +0000 (-0600) Subject: Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT X-Git-Tag: v2025.01-rc5-pxa1908~847^2~7^2~3 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=4483184127f8ac36869d014ebe116d4822b30ca7;p=u-boot.git Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT We need CONFIG_OF_LIBFDT to be able to do fdt fixups, so add that condition. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/boot/Kconfig b/boot/Kconfig index 7ef44a26fb..2dd05e2e16 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -695,7 +695,7 @@ config SUPPORT_RAW_INITRD config ARCH_FIXUP_FDT_MEMORY bool "Enable arch_fixup_memory_banks() call" - default y + default y if OF_LIBFDT help Enable FDT memory map syncup before OS boot. This feature can be used for booting OS with different memory setup where the part of