summaryrefslogtreecommitdiff
path: root/board/esd/dp405/Makefile
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2015-01-12 22:47:19 +0100
committerTom Rini <trini@ti.com>2015-01-13 09:37:23 -0500
commit9a4018e09a2f2845b509145959deb08e599e87d6 (patch)
tree963210dc83d7b3aa85d15abad5f96a9b58d975d3 /board/esd/dp405/Makefile
parent370572601027eee0c479b4094bd6e9ac31cdf042 (diff)
downloadu-boot-imx-9a4018e09a2f2845b509145959deb08e599e87d6.zip
u-boot-imx-9a4018e09a2f2845b509145959deb08e599e87d6.tar.gz
u-boot-imx-9a4018e09a2f2845b509145959deb08e599e87d6.tar.bz2
ppc4xx: remove DP405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/esd/dp405/Makefile')
-rw-r--r--board/esd/dp405/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/esd/dp405/Makefile b/board/esd/dp405/Makefile
deleted file mode 100644
index cfcfb66..0000000
--- a/board/esd/dp405/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# (C) Copyright 2000-2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-# Objects for Xilinx JTAG programming (CPLD)
-CPLD = ../common/xilinx_jtag/lenval.o \
- ../common/xilinx_jtag/micro.o \
- ../common/xilinx_jtag/ports.o
-
-obj-y = dp405.o flash.o ../common/misc.o $(CPLD)