aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-zynq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-zynq/Makefile')
-rw-r--r--package/boot/uboot-zynq/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/boot/uboot-zynq/Makefile b/package/boot/uboot-zynq/Makefile
index ac4503af50..6d52e81be1 100644
--- a/package/boot/uboot-zynq/Makefile
+++ b/package/boot/uboot-zynq/Makefile
@@ -38,10 +38,15 @@ define U-Boot/zybo
NAME:=Digilent Zybo Dev Board
endef
+define U-Boot/zybo_z7
+ NAME:=Digilent Zybo Z7 board
+endef
+
UBOOT_TARGETS := \
zc702 \
zed \
- zybo
+ zybo \
+ zybo_z7
Build/Exports:=$(Host/Exports)