diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-07-27 11:10:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:03:14 -0400 |
commit | 0a0db402d1c9c93a91e2e229eea2e3f547d6148b (patch) | |
tree | e724a5da68ee9a9dc5e927e4e37dcacfe292ff56 /include/configs/am3517_evm.h | |
parent | f3f431a712729a1af94d01bd1bfde17a252ff02c (diff) | |
download | u-boot-0a0db402d1c9c93a91e2e229eea2e3f547d6148b.tar.gz u-boot-0a0db402d1c9c93a91e2e229eea2e3f547d6148b.tar.xz u-boot-0a0db402d1c9c93a91e2e229eea2e3f547d6148b.zip |
am3517_evm: add FIT support
Enable DTS support (CONFIG_OF_LIBFDT) and select
CONFIG_FIT in defconfig.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index b90a60db0f..e9808a7473 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -42,6 +42,8 @@ #define CONFIG_MISC_INIT_R +#define CONFIG_OF_LIBFDT + #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 |