diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-06 12:59:53 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:12 -0400 |
commit | 4723ce49e588d628e85da42be31c8240fca2d27a (patch) | |
tree | c4b30581391984c28813247e603be6e67613e16d /board/sixnet/Makefile | |
parent | d1a4aafd71991a3ddff97f7b6ec91b0952e2f4b6 (diff) | |
download | u-boot-imx-4723ce49e588d628e85da42be31c8240fca2d27a.zip u-boot-imx-4723ce49e588d628e85da42be31c8240fca2d27a.tar.gz u-boot-imx-4723ce49e588d628e85da42be31c8240fca2d27a.tar.bz2 |
powerpc: mpc8xx: remove SXNI855T board support
This board has been orphaned for a while and old enough.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/sixnet/Makefile')
-rw-r--r-- | board/sixnet/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/sixnet/Makefile b/board/sixnet/Makefile deleted file mode 100644 index 25a8d69..0000000 --- a/board/sixnet/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 = sixnet.o flash.o |