summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/Makefile
diff options
context:
space:
mode:
authorMichael Riesch <michael.riesch@wolfvision.net>2021-09-13 14:13:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-04 11:58:57 +0200
commitc4f26f29966f530efb21409a4dc9037e80b1828f (patch)
treec08763795ef3c7f1bd682b6606e1f2de094d8779 /arch/arm/boards/Makefile
parentfda76b134cccd26507e96724cc55bb83a49a178e (diff)
downloadbarebox-c4f26f29966f530efb21409a4dc9037e80b1828f.tar.gz
barebox-c4f26f29966f530efb21409a4dc9037e80b1828f.tar.xz
arm: zynqmp: add support for xilinx zcu106 board
Add support for the Xilinx Zynq UltraScale+ MPSoC ZCU106 evaluation board. The changes are derived from the ZCU104 board support by applying s/104/106/g (more or less). Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> Link: https://lore.barebox.org/20210913121350.9307-2-michael.riesch@wolfvision.net Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/Makefile')
-rw-r--r--arch/arm/boards/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile
index 5aac64fce5..22dc9fe3d1 100644
--- a/arch/arm/boards/Makefile
+++ b/arch/arm/boards/Makefile
@@ -170,6 +170,7 @@ obj-$(CONFIG_MACH_WARP7) += element14-warp7/
obj-$(CONFIG_MACH_WEBASTO_CCBV2) += webasto-ccbv2/
obj-$(CONFIG_MACH_VF610_TWR) += freescale-vf610-twr/
obj-$(CONFIG_MACH_XILINX_ZCU104) += xilinx-zcu104/
+obj-$(CONFIG_MACH_XILINX_ZCU106) += xilinx-zcu106/
obj-$(CONFIG_MACH_ZII_COMMON) += zii-common/
obj-$(CONFIG_MACH_ZII_RDU1) += zii-imx51-rdu1/
obj-$(CONFIG_MACH_ZII_RDU2) += zii-imx6q-rdu2/