diff options
author | Masahiro Yamada | 2014-06-20 13:54:51 +0900 |
---|---|---|
committer | Tom Rini | 2014-07-07 19:43:01 -0400 |
commit | dab0f7626edd5469f6949b826e52f74fcb48b090 (patch) | |
tree | 2e7b7d66fc822f059418635aef21c733c8a3a80b /arch/powerpc | |
parent | 49f9337956af6d52470c8082c8e7088b0c030334 (diff) |
mpc8xx: remove qs850, qs860t board support
These boards are old enough and have no maintainers.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/scc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/scc.c b/arch/powerpc/cpu/mpc8xx/scc.c index 5da697366de..da372d039eb 100644 --- a/arch/powerpc/cpu/mpc8xx/scc.c +++ b/arch/powerpc/cpu/mpc8xx/scc.c @@ -465,16 +465,6 @@ static int scc_init (struct eth_device *dev, bd_t * bis) *((uchar *) BCSR0) |= BCSR0_ETHEN; #endif -#if defined(CONFIG_QS860T) - /* - * PB27=FDE-, set output low for full duplex - * PB26=Link Test Enable, normally high output - */ - immr->im_cpm.cp_pbdir |= 0x00000030; - immr->im_cpm.cp_pbdat |= 0x00000020; - immr->im_cpm.cp_pbdat &= ~0x00000010; -#endif /* QS860T */ - #if defined(CONFIG_NETVIA) #if defined(PA_ENET_PDN) immr->im_ioport.iop_papar &= ~PA_ENET_PDN; |