commit | cfd5a5560498d897c24e3164551f3e57756b123e | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Mon Oct 28 18:44:35 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 30 13:03:54 2024 -0600 |
tree | ad18d1fb2cceedcb97b0df722f17ef5704feeaef | |
parent | 038f4a129a24b6de78715374e4f60d8c30b1267f [diff] [blame] |
boot/Kconfig: correct fdt_fixup_memory_banks name typo Signed-off-by: Baruch Siach <baruch@tkos.co.il>
diff --git a/boot/Kconfig b/boot/Kconfig index b9287c6..7dd30a0 100644 --- a/boot/Kconfig +++ b/boot/Kconfig
@@ -1699,7 +1699,7 @@ 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