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 /include/commproc.h | |
parent | d1a4aafd71991a3ddff97f7b6ec91b0952e2f4b6 (diff) | |
download | u-boot-4723ce49e588d628e85da42be31c8240fca2d27a.tar.gz |
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 'include/commproc.h')
-rw-r--r-- | include/commproc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/commproc.h b/include/commproc.h index fec818d13a..7605713d47 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -865,16 +865,6 @@ typedef struct scc_enet { #define SICR_ENET_CLKRT ((uint)0x00002E00) #endif /* CONFIG_SPD823TS */ -/*** SXNI855T ******************************************************/ - -#if defined(CONFIG_SXNI855T) - -#ifdef CONFIG_FEC_ENET -#define FEC_ENET /* use FEC for Ethernet */ -#endif /* CONFIG_FEC_ETHERNET */ - -#endif /* CONFIG_SXNI855T */ - /*** MVS1, TQM823L/M, TQM850L/M, TQM885D, R360MPI **********/ #if (defined(CONFIG_MVS) && CONFIG_MVS < 2) || \ |