diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2016-10-08 18:00:10 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-10-26 16:53:16 +0200 |
commit | d259c00845251abb7771f81fb800105fb29b2753 (patch) | |
tree | 39a2ffaacb6042dca7c0457eb919ff78fcba4909 /common | |
parent | e28e14927f40ef7aad1cb41bbce8b5f75a044cb9 (diff) |
config: Move CONFIG_DEFAULT_FDT_FILE to defconfigs
- Add DEFAULT_FDT_FILE kconfig entry
- Move CONFIG_DEFAULT_FDT_FILE from include/configs to defconfigs
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig index 1198f2684b5..6d835cae931 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -203,6 +203,11 @@ config IDENT_STRING help This options adds the board specific name to u-boot version. +config DEFAULT_FDT_FILE + string "Default fdt file" + help + This option is used to set the default fdt file to boot OS. + config SYS_NO_FLASH bool "Disable support for parallel NOR flash" default n |