mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 06:46:00 +00:00
boot/Kconfig: correct fdt_fixup_memory_banks name typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
This commit is contained in:
parent
a63456b919
commit
89bdd752b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue