From: Baruch Siach Date: Mon, 28 Oct 2024 16:44:35 +0000 (+0200) Subject: boot/Kconfig: correct fdt_fixup_memory_banks name typo X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=89bdd752b91764b65c713c47e87628b5680fb18f;p=u-boot.git boot/Kconfig: correct fdt_fixup_memory_banks name typo Signed-off-by: Baruch Siach --- diff --git a/boot/Kconfig b/boot/Kconfig index b9287c6068..7dd30a030e 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -1699,7 +1699,7 @@ config FDT_SIMPLEFB memory config ARCH_FIXUP_FDT_MEMORY - bool "Enable arch_fixup_memory_banks() call" + bool "Enable fdt_fixup_memory_banks() call" default y help Enable FDT memory map syncup before OS boot. This feature can be