diff options
| author | Baruch Siach <[email protected]> | 2024-10-28 18:44:35 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-30 13:03:54 -0600 |
| commit | 89bdd752b91764b65c713c47e87628b5680fb18f (patch) | |
| tree | ad18d1fb2cceedcb97b0df722f17ef5704feeaef | |
| parent | a63456b9191fae2fe49f4b121e025792022e3950 (diff) | |
boot/Kconfig: correct fdt_fixup_memory_banks name typo
Signed-off-by: Baruch Siach <[email protected]>
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index b9287c60685..7dd30a030e3 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 |
