summaryrefslogtreecommitdiff
path: root/common/Kconfig.boot
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-11 05:21:20 +0300
committerTom Rini <trini@konsulko.com>2020-10-09 19:01:55 +0300
commit832876a46a7a3093ceadb580864c1708bd7210d8 (patch)
tree1dbe32302ba5d824f08425b5e43240a81bca9de9 /common/Kconfig.boot
parentaefa34f55e455652b96100404b72f2f37e2e2c7b (diff)
downloadu-boot-832876a46a7a3093ceadb580864c1708bd7210d8.tar.xz
Kconfig: Move DEFAULT_FDT_FILE under boot options
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>
Diffstat (limited to 'common/Kconfig.boot')
-rw-r--r--common/Kconfig.boot5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index 1696192e18..4191bfb34d 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -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