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