summaryrefslogtreecommitdiffstats
path: root/board/xilinx
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-10-30 15:05:54 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-11-04 14:49:53 +0100
commit1e370ef7e7a4fb0b801a848e190c01e06a2fbfce (patch)
tree7d51dd409dbf181452465c78d34285d3edf05c26 /board/xilinx
parent42800ffa7997082e2466c772bc2395dff0c95e3a (diff)
downloadblackbird-obmc-uboot-1e370ef7e7a4fb0b801a848e190c01e06a2fbfce.tar.gz
blackbird-obmc-uboot-1e370ef7e7a4fb0b801a848e190c01e06a2fbfce.zip
ARM: zynq: Remove zc70x target
Remove zc70x target which was one setting for zc702 and zc706. Currently zc702 and zc706 are separated. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'board/xilinx')
-rw-r--r--board/xilinx/zynq/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/xilinx/zynq/Makefile b/board/xilinx/zynq/Makefile
index fd5d6fe950..88047ec1de 100644
--- a/board/xilinx/zynq/Makefile
+++ b/board/xilinx/zynq/Makefile
@@ -36,13 +36,3 @@ CFLAGS_REMOVE_ps7_init_gpl.o := -Wstrict-prototypes
# To include xil_io.h
CFLAGS_ps7_init_gpl.o := -I$(srctree)/$(src)
-
-# Warn if CONFIG_TARGET_ZYNQ_ZC70X is enabled
-ifeq ($(CONFIG_TARGET_ZYNQ_ZC70X),y)
-ifeq ($(CONFIG_SPL_BUILD),y)
-$(warning CONFIG_TARGET_ZYNQ_ZC70X is deprecated.)
-$(warning Enable CONFIG_TARGET_ZYNQ_ZC702 or CONFIG_TARGET_ZYNQ_706 instead.)
-$(warning "make zynq_zc70x_defconfig" is also deprecated.)
-$(warning Use "make zynq_zc702_defconfig" or "make zynq_zc706_defconfig".)
-endif
-endif
OpenPOWER on IntegriCloud