diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-11-23 13:25:30 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:54:51 -0500 |
commit | 40de70fbf7c1921f9332c61fa74193ccee1a4d1a (patch) | |
tree | 3c57bb9300810d2991112ef0ed5cff92e343f154 /configs/dra7xx_evm_defconfig | |
parent | 7aa1a40876a0da0fadf360a352bba0adf8624904 (diff) | |
download | u-boot-40de70fbf7c1921f9332c61fa74193ccee1a4d1a.tar.gz u-boot-40de70fbf7c1921f9332c61fa74193ccee1a4d1a.tar.xz u-boot-40de70fbf7c1921f9332c61fa74193ccee1a4d1a.zip |
ARM: dts: dra71x-evm: Add DT support
Add DT support for dra71-evm and built it as part of FIT image.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r-- | configs/dra7xx_evm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index 18a5e7a193..4bd031d1d9 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -47,7 +47,7 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y -CONFIG_OF_LIST="dra7-evm dra72-evm dra72-evm-revc" +CONFIG_OF_LIST="dra7-evm dra72-evm dra72-evm-revc dra71-evm" CONFIG_DM=y # CONFIG_BLK is not set CONFIG_DFU_MMC=y |