]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Kconfig: Move DEFAULT_FDT_FILE under boot options
authorSimon Glass <sjg@chromium.org>
Fri, 11 Sep 2020 02:21:20 +0000 (20:21 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Oct 2020 16:01:55 +0000 (12:01 -0400)
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
common/Kconfig.boot

index bd9b574a8dcb73e11b7ffc2dc9906804545b879a..6423ab37973d29436013411d0ea9af029eaf913f 100644 (file)
@@ -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
index 1696192e18ee0dec1f86d7e13cfdd9f08e36feaf..4191bfb34df0b808d307b091b370fd6bfd609ed2 100644 (file)
@@ -885,4 +885,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