diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-29 01:37:57 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 09:44:42 -0400 |
commit | dc9617e0cee28808863cbb21f4528f89bc383923 (patch) | |
tree | 6a832d0ebd45aec45efc386a2a29f930f7839801 /board/sandburst/karef/Makefile | |
parent | 717a23b871d1563bc3a063ebceccf13a2ca2d10b (diff) | |
download | u-boot-dc9617e0cee28808863cbb21f4528f89bc383923.tar.gz |
powerpc: ppc4xx: remove board support for KAREF and METROBOX
These boards have been orphaned for more than 6 months.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/sandburst/karef/Makefile')
-rw-r--r-- | board/sandburst/karef/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/sandburst/karef/Makefile b/board/sandburst/karef/Makefile deleted file mode 100644 index ce29b4100e..0000000000 --- a/board/sandburst/karef/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# -# (C) Copyright 2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# (C) Copyright 2005 -# Sandburst Corporation -# Travis B. Sawyer -# -# SPDX-License-Identifier: GPL-2.0+ -# - -# TBS: add for debugging purposes -ccflags-y += -DBUILDUSER='"$(shell whoami)"' - -obj-y = karef.o ../common/flash.o ../common/sb_common.o -extra-y += init.o |