diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:12 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:52 -0500 |
commit | 79cbecb81ba8ed05ca890587f6eead0555c90293 (patch) | |
tree | 3e4f2b2c4b6a66ef775b9cccb006e253f7630cfd /board/r360mpi/Makefile | |
parent | 8737fc7529cf863549d8e5bd631a47008302086f (diff) |
mpc8xx: remove R360MPI board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/r360mpi/Makefile')
-rw-r--r-- | board/r360mpi/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/r360mpi/Makefile b/board/r360mpi/Makefile deleted file mode 100644 index f8f7fe75ea..0000000000 --- a/board/r360mpi/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 = r360mpi.o flash.o pcmcia.o |