diff options
author | Masahiro Yamada | 2014-08-06 12:59:53 +0900 |
---|---|---|
committer | Tom Rini | 2014-08-21 12:01:12 -0400 |
commit | 4723ce49e588d628e85da42be31c8240fca2d27a (patch) | |
tree | c4b30581391984c28813247e603be6e67613e16d /arch | |
parent | d1a4aafd71991a3ddff97f7b6ec91b0952e2f4b6 (diff) |
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 'arch')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/Kconfig b/arch/powerpc/cpu/mpc8xx/Kconfig index 6392c55c20a..f9e7472f02d 100644 --- a/arch/powerpc/cpu/mpc8xx/Kconfig +++ b/arch/powerpc/cpu/mpc8xx/Kconfig @@ -47,9 +47,6 @@ config TARGET_R360MPI config TARGET_RRVISION bool "Support RRvision" -config TARGET_SXNI855T - bool "Support SXNI855T" - config TARGET_SPD823TS bool "Support SPD823TS" @@ -145,7 +142,6 @@ source "board/lwmon/Kconfig" source "board/manroland/uc100/Kconfig" source "board/netvia/Kconfig" source "board/r360mpi/Kconfig" -source "board/sixnet/Kconfig" source "board/spd8xx/Kconfig" source "board/tqc/tqm8xx/Kconfig" |