diff options
author | Luis Araneda <luaraneda@gmail.com> | 2018-09-03 22:39:56 -0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-09-10 08:53:28 +0200 |
commit | 5d2b702590628518bc760662e73b0b8cc45a63da (patch) | |
tree | ef969ccb934a41e5dc979799760b51247a3fb62e /package/boot/uboot-zynq | |
parent | 43d4b8e89e68fcab00698ee3b70a58c74813a6a7 (diff) | |
download | upstream-5d2b702590628518bc760662e73b0b8cc45a63da.tar.gz upstream-5d2b702590628518bc760662e73b0b8cc45a63da.tar.bz2 upstream-5d2b702590628518bc760662e73b0b8cc45a63da.zip |
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 <luaraneda@gmail.com>
Diffstat (limited to 'package/boot/uboot-zynq')
-rw-r--r-- | package/boot/uboot-zynq/Makefile | 4 |
1 files changed, 0 insertions, 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 |