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 /configs/ge_b450v3_defconfig | |
parent | e28e14927f40ef7aad1cb41bbce8b5f75a044cb9 (diff) | |
download | u-boot-d259c00845251abb7771f81fb800105fb29b2753.tar.gz |
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 'configs/ge_b450v3_defconfig')
-rw-r--r-- | configs/ge_b450v3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig index 857716784f..4a5322df5b 100644 --- a/configs/ge_b450v3_defconfig +++ b/configs/ge_b450v3_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_GE_B450V3=y +CONFIG_DEFAULT_FDT_FILE="/boot/imx6q-b450v3.dtb" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_BOOTDELAY=1 CONFIG_HUSH_PARSER=y |