diff options
| author | Lokesh Vutla <[email protected]> | 2017-08-21 12:51:01 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-11 16:22:30 -0400 |
| commit | fede94298049fe243eaed08a10db67fe9bcb17a2 (patch) | |
| tree | 4bc7ab9c951346a1f7bfa60f9ddaad9c5aba61c6 /arch | |
| parent | b63b995b1691c0448fb14bcf23341651c1f0679c (diff) | |
board: ti: dra76: Add dt support
Add support for selecting proper dtb for
dra76x u-boot from FIT.
Signed-off-by: Lokesh Vutla <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -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 762429c463d..fdb1cbe68a9 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -173,7 +173,7 @@ dtb-$(CONFIG_ARCH_SOCFPGA) += \ socfpga_cyclone5_vining_fpga.dtb dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb \ - dra72-evm-revc.dtb dra71-evm.dtb + dra72-evm-revc.dtb dra71-evm.dtb dra76-evm.dtb dtb-$(CONFIG_TARGET_AM57XX_EVM) += am57xx-beagle-x15.dtb \ am57xx-beagle-x15-revb1.dtb \ am572x-idk.dtb \ |
