aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-14 10:55:59 -0600
committerTom Rini <trini@konsulko.com>2023-09-19 11:36:26 -0400
commitc0e5b0ebab6ae8f04cf42bd4ac10c19af58af3a2 (patch)
tree03d857452ecaf427ee43122ee1d227b195ba4352 /boot
parent400a6a3a1be8c7a058253e326ec20cd935d124fb (diff)
downloadu-boot-c0e5b0ebab6ae8f04cf42bd4ac10c19af58af3a2.zip
u-boot-c0e5b0ebab6ae8f04cf42bd4ac10c19af58af3a2.tar.gz
u-boot-c0e5b0ebab6ae8f04cf42bd4ac10c19af58af3a2.tar.bz2
boot: Join ARCH_FIXUP_FDT_MEMORY with related optionsWIP/2023-09-19-tidy-up-some-kconfig-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>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 235c5a7..a01e6cb 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -693,14 +693,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 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
bool "Support booting Chrome OS"
help
@@ -1490,6 +1482,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