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