diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-20 13:54:57 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-07 19:43:02 -0400 |
commit | 98ad54beb5baf9cb66c6440a2ca132bd1032d2e3 (patch) | |
tree | a667053718c5ee0237f064def812ff382cdaee80 /board/spc1920/Makefile | |
parent | b8c1438a7aba4da91ef6a7b94c13148087656989 (diff) | |
download | u-boot-98ad54beb5baf9cb66c6440a2ca132bd1032d2e3.tar.gz |
mpc8xx: remove spc1920 board support
This board is old enough and has no maintainer.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/spc1920/Makefile')
-rw-r--r-- | board/spc1920/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/spc1920/Makefile b/board/spc1920/Makefile deleted file mode 100644 index c0c9a32588..0000000000 --- a/board/spc1920/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 = spc1920.o hpi.o |