diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-09-22 18:45:12 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:22:28 -0400 |
commit | e5520e188bbb8e2537a4b5a3f9df73f78287c7b8 (patch) | |
tree | 4251cba5fd2bb4df877dd62889b376006c2f0b60 /arch/arm/dts/Makefile | |
parent | b9ca4ab45392b7fac1538506b112454a603922ce (diff) | |
download | u-boot-e5520e188bbb8e2537a4b5a3f9df73f78287c7b8.tar.gz u-boot-e5520e188bbb8e2537a4b5a3f9df73f78287c7b8.tar.xz u-boot-e5520e188bbb8e2537a4b5a3f9df73f78287c7b8.zip |
dra7xx: Add dra74_evm_defconfig using CONFIG_DM
Import various DT files for dra7-evm from Linux Kernel v4.2
Add config file for this board, enable DM and DM_GPIO
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index bdca81bcfb..42aea29c7d 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -74,7 +74,7 @@ dtb-$(CONFIG_ARCH_SOCFPGA) += \ socfpga_cyclone5_de0_nano_soc.dtb \ socfpga_cyclone5_sockit.dtb \ socfpga_cyclone5_socrates.dtb -dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb +dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb dtb-$(CONFIG_TARGET_STV0991) += stv0991.dtb dtb-$(CONFIG_LS102XA) += ls1021a-qds.dtb \ |