diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-20 13:54:54 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-07 19:43:02 -0400 |
commit | c51c1c9af95ff4fa365024e4d815576e818c51aa (patch) | |
tree | eee7dcee3d3a05804d30e618ac03e36189812741 /board/netta/Makefile | |
parent | c750b9c01223034f5ad49da3f0fe834f1cb0a93f (diff) | |
download | u-boot-imx-c51c1c9af95ff4fa365024e4d815576e818c51aa.zip u-boot-imx-c51c1c9af95ff4fa365024e4d815576e818c51aa.tar.gz u-boot-imx-c51c1c9af95ff4fa365024e4d815576e818c51aa.tar.bz2 |
mpc8xx: remove netta, netta2, netphone board support
These boards are old enough and have no maintainers.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/netta/Makefile')
-rw-r--r-- | board/netta/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/netta/Makefile b/board/netta/Makefile deleted file mode 100644 index 98bac7e..0000000 --- a/board/netta/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 = netta.o flash.o dsp.o codec.o pcmcia.o |