[PATCH 19/19] boot: Join ARCH_FIXUP_FDT_MEMORY with related options
Simon Glass
sjg at chromium.org
Thu Aug 24 21:59:10 CEST 2023
Move this to be with the other devicetree-fixup options.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
boot/Kconfig | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/boot/Kconfig b/boot/Kconfig
index 32d3a7306139..d9cb67945716 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -690,14 +690,6 @@ config SUPPORT_RAW_INITRD
address of the initrd must be augmented by it's size, in the following
format: "<initrd address>:<initrd size>".
-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.
-
config CHROMEOS
bool "Support booting Chrome OS"
help
@@ -1489,6 +1481,14 @@ config FDT_SIMPLEFB
the presence of the simple frame buffer with associated reserved
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
endif # OF_LIBFDT
--
2.42.0.rc1.204.g551eb34607-goog
More information about the U-Boot
mailing list