diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:22 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:56:09 -0500 |
commit | 37b608a52dcb13312a4f7ccea199cd6bac76d298 (patch) | |
tree | 9246259c04eae06ca01a7af206a2ee872318217f /board/icecube/Makefile | |
parent | a258e732a7e2608695c9244eb10998af8f968f5b (diff) |
powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Diffstat (limited to 'board/icecube/Makefile')
-rw-r--r-- | board/icecube/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/icecube/Makefile b/board/icecube/Makefile deleted file mode 100644 index c3c2cd1c3e..0000000000 --- a/board/icecube/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2003-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := icecube.o flash.o |