diff options
author | Masahiro Yamada | 2014-12-15 23:26:13 +0900 |
---|---|---|
committer | Tom Rini | 2015-01-05 12:08:52 -0500 |
commit | f017cd7f71fa98be4b3222a7c314ef000296c51a (patch) | |
tree | e99514525652308ae1d3ffa3f9378828ccbbbecd /board/netvia/Makefile | |
parent | 79cbecb81ba8ed05ca890587f6eead0555c90293 (diff) |
mpc8xx: remove NETVIA board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Pantelis Antoniou <panto@intracom.gr>
Diffstat (limited to 'board/netvia/Makefile')
-rw-r--r-- | board/netvia/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/netvia/Makefile b/board/netvia/Makefile deleted file mode 100644 index b667bc9b827..00000000000 --- a/board/netvia/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 = netvia.o flash.o |