diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:20 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:23 -0500 |
commit | bc114076dcd18dd4c4301cf02238a07e0bb90c6c (patch) | |
tree | c39dc5ce2890d192d7a2a78980ece4e6d7b07444 /board/esd/du405/Makefile | |
parent | 9a4018e09a2f2845b509145959deb08e599e87d6 (diff) | |
download | u-boot-bc114076dcd18dd4c4301cf02238a07e0bb90c6c.tar.gz |
ppc4xx: remove DU405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/esd/du405/Makefile')
-rw-r--r-- | board/esd/du405/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/esd/du405/Makefile b/board/esd/du405/Makefile deleted file mode 100644 index 7914eab355..0000000000 --- a/board/esd/du405/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = du405.o flash.o ../common/misc.o |