diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:15 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:22 -0500 |
commit | 61b57c4ab93a2dc6c7dd4e96e85543d2aafffe9c (patch) | |
tree | 7a3162c1c95822ff912ff3b8968c51b0ba40eeb7 /board/esd/ar405/Makefile | |
parent | 2b8a04e55191748f32fc422ca8dfc9976d3c6331 (diff) | |
download | u-boot-imx-61b57c4ab93a2dc6c7dd4e96e85543d2aafffe9c.zip u-boot-imx-61b57c4ab93a2dc6c7dd4e96e85543d2aafffe9c.tar.gz u-boot-imx-61b57c4ab93a2dc6c7dd4e96e85543d2aafffe9c.tar.bz2 |
ppc4xx: remove AR405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/esd/ar405/Makefile')
-rw-r--r-- | board/esd/ar405/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/esd/ar405/Makefile b/board/esd/ar405/Makefile deleted file mode 100644 index dd54f54..0000000 --- a/board/esd/ar405/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 = ar405.o flash.o ../common/misc.o |