diff options
author | Simon Glass | 2020-09-10 20:21:20 -0600 |
---|---|---|
committer | Tom Rini | 2020-10-09 12:01:55 -0400 |
commit | 832876a46a7a3093ceadb580864c1708bd7210d8 (patch) | |
tree | 1dbe32302ba5d824f08425b5e43240a81bca9de9 /common/Kconfig | |
parent | aefa34f55e455652b96100404b72f2f37e2e2c7b (diff) |
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')
-rw-r--r-- | common/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
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 |