diff mbox series

[09/16] Kconfig: Move DEFAULT_FDT_FILE under boot options

Message ID 20200910202100.9.Iec2b29dfd4325cff88c01120057ae756bd0dab8d@changeid
State Accepted
Commit 832876a46a7a3093ceadb580864c1708bd7210d8
Delegated to: Tom Rini
Headers show
Series Kconfig: Tidy up the top-level kconfig menu | expand

Commit Message

Simon Glass Sept. 11, 2020, 2:21 a.m. UTC
This relates to booting since it is the default devicetree provided to
Linux. Move it under the 'boot options' menu.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 common/Kconfig      | 5 -----
 common/Kconfig.boot | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/common/Kconfig b/common/Kconfig
index bd9b574a8dc..6423ab37973 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -433,11 +433,6 @@  endif
 
 endmenu
 
-config DEFAULT_FDT_FILE
-	string "Default fdt file"
-	help
-	  This option is used to set the default fdt file to boot OS.
-
 config MISC_INIT_R
 	bool "Execute Misc Init"
 	default y if ARCH_KEYSTONE || ARCH_SUNXI || MPC85xx
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index e4c2d5a603b..3be7316a1be 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -886,4 +886,9 @@  config PREBOOT
 	help
 	  This is the default of "preboot" environment variable.
 
+config DEFAULT_FDT_FILE
+	string "Default fdt file"
+	help
+	  This option is used to set the default fdt file to boot OS.
+
 endmenu		# Booting