mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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>
This commit is contained in:
parent
aefa34f55e
commit
832876a46a
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue