diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:14 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:21 -0500 |
commit | 2b8a04e55191748f32fc422ca8dfc9976d3c6331 (patch) | |
tree | e696381e288b02f35d33ee52ed73dd82c56ae6a0 /board/esd/apc405/Makefile | |
parent | cbdc662a2c7ef75071d4e892bd5ea0b65098c5d1 (diff) | |
download | u-boot-2b8a04e55191748f32fc422ca8dfc9976d3c6331.tar.gz u-boot-2b8a04e55191748f32fc422ca8dfc9976d3c6331.tar.bz2 u-boot-2b8a04e55191748f32fc422ca8dfc9976d3c6331.zip |
ppx4xx: remove APC405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/esd/apc405/Makefile')
-rw-r--r-- | board/esd/apc405/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/esd/apc405/Makefile b/board/esd/apc405/Makefile deleted file mode 100644 index ada8bfd3d3..0000000000 --- a/board/esd/apc405/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 = apc405.o \ - ../common/misc.o \ - ../common/auto_update.o |