diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-21 07:57:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-21 07:57:37 -0400 |
commit | 784667d7f9452780966dd0b400ef516f14f14c26 (patch) | |
tree | c4aa03175bd50b85ee37c43b7e23f44affb9165d /arch/arm/dts/Makefile | |
parent | 2aaf7c49002d2595887d6d90001b7adee7a90a36 (diff) | |
parent | e625881ad77c7cc0ffc39376ae32179c933b3710 (diff) |
Merge tag 'xilinx-for-v2017.07' of git://www.denx.de/git/u-boot-microblaze
Xilinx changes for v2017.07
ZynqMP:
- config cleanup
- SD LS mode support
- psu_init* cleanup
- unmap OCM
- Support for SMC
Zynq:
- add ddrc to Kconfig
- add topic-miamilite board support
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 7b405e5c93..a01c9b60b3 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -127,6 +127,7 @@ dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb \ zynq-microzed.dtb \ zynq-picozed.dtb \ zynq-topic-miami.dtb \ + zynq-topic-miamilite.dtb \ zynq-topic-miamiplus.dtb \ zynq-zc770-xm010.dtb \ zynq-zc770-xm011.dtb \ |