From 43dedd0661e3f83405c71b80e1f8d4b4a1e7ac00 Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Fri, 24 Aug 2018 00:40:25 -0300 Subject: uboot-zynq: add support for the zybo z7 board Backport board support from the upcoming v2018.09 release, and add an additional patch to read the MAC address from flash memory Signed-off-by: Luis Araneda --- package/boot/uboot-zynq/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package/boot/uboot-zynq/Makefile') 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) -- cgit v1.2.3