[PATCH] boot/Kconfig: correct fdt_fixup_memory_banks name typo

Baruch Siach baruch at tkos.co.il
Mon Oct 28 17:44:35 CET 2024


Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 boot/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/Kconfig b/boot/Kconfig
index b9287c606856..7dd30a030e39 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
-- 
2.45.2



More information about the U-Boot mailing list