From 5d2b702590628518bc760662e73b0b8cc45a63da Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Mon, 3 Sep 2018 22:39:56 -0300 Subject: [PATCH] uboot-zynq: remove ZC706 board The board was added when creating the target, but the corresponding device was never defined inside the target Signed-off-by: Luis Araneda --- package/boot/uboot-zynq/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/boot/uboot-zynq/Makefile b/package/boot/uboot-zynq/Makefile index 6d52e81be1..65ac93bfbd 100644 --- a/package/boot/uboot-zynq/Makefile +++ b/package/boot/uboot-zynq/Makefile @@ -26,10 +26,6 @@ define U-Boot/zc702 NAME:=Xilinx ZC702 Dev Board endef -define U-Boot/zc706 - NAME:=Xilinx ZC706 Dev Board -endef - define U-Boot/zed NAME:=Avnet Digilent ZedBoard Dev Board endef