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 /include/configs/zc5601.h | |
parent | e28e14927f40ef7aad1cb41bbce8b5f75a044cb9 (diff) | |
download | u-boot-d259c00845251abb7771f81fb800105fb29b2753.tar.gz u-boot-d259c00845251abb7771f81fb800105fb29b2753.tar.bz2 u-boot-d259c00845251abb7771f81fb800105fb29b2753.zip |
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 'include/configs/zc5601.h')
-rw-r--r-- | include/configs/zc5601.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zc5601.h b/include/configs/zc5601.h index 28b9c6b4c7..7c24a5010b 100644 --- a/include/configs/zc5601.h +++ b/include/configs/zc5601.h @@ -14,8 +14,6 @@ #define CONFIG_CONSOLE_DEV "ttymxc1" #define CONFIG_MMCROOT "/dev/mmcblk0p1" -#define CONFIG_DEFAULT_FDT_FILE "imx6q-zc5601.dtb" - #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ #include "el6x_common.h" |