mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 14:51:31 +02:00
boot: Join ARCH_FIXUP_FDT_MEMORY with related options
Move this to be with the other devicetree-fixup options. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
400a6a3a1b
commit
c0e5b0ebab
16
boot/Kconfig
16
boot/Kconfig
@ -693,14 +693,6 @@ config SUPPORT_RAW_INITRD
|
|||||||
address of the initrd must be augmented by it's size, in the following
|
address of the initrd must be augmented by it's size, in the following
|
||||||
format: "<initrd address>:<initrd size>".
|
format: "<initrd address>:<initrd size>".
|
||||||
|
|
||||||
config ARCH_FIXUP_FDT_MEMORY
|
|
||||||
bool "Enable arch_fixup_memory_banks() call"
|
|
||||||
default y if OF_LIBFDT
|
|
||||||
help
|
|
||||||
Enable FDT memory map syncup before OS boot. This feature can be
|
|
||||||
used for booting OS with different memory setup where the part of
|
|
||||||
the memory location should be used for different purpose.
|
|
||||||
|
|
||||||
config CHROMEOS
|
config CHROMEOS
|
||||||
bool "Support booting Chrome OS"
|
bool "Support booting Chrome OS"
|
||||||
help
|
help
|
||||||
@ -1490,6 +1482,14 @@ config FDT_SIMPLEFB
|
|||||||
the presence of the simple frame buffer with associated reserved
|
the presence of the simple frame buffer with associated reserved
|
||||||
memory
|
memory
|
||||||
|
|
||||||
|
config ARCH_FIXUP_FDT_MEMORY
|
||||||
|
bool "Enable arch_fixup_memory_banks() call"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Enable FDT memory map syncup before OS boot. This feature can be
|
||||||
|
used for booting OS with different memory setup where the part of
|
||||||
|
the memory location should be used for different purpose.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
endif # OF_LIBFDT
|
endif # OF_LIBFDT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user