summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-20 13:54:51 +0900
committerTom Rini <trini@ti.com>2014-07-07 19:43:01 -0400
commitdab0f7626edd5469f6949b826e52f74fcb48b090 (patch)
tree2e7b7d66fc822f059418635aef21c733c8a3a80b /arch
parent49f9337956af6d52470c8082c8e7088b0c030334 (diff)
downloadblackbird-obmc-uboot-dab0f7626edd5469f6949b826e52f74fcb48b090.tar.gz
blackbird-obmc-uboot-dab0f7626edd5469f6949b826e52f74fcb48b090.zip
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')
-rw-r--r--arch/powerpc/cpu/mpc8xx/scc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/scc.c b/arch/powerpc/cpu/mpc8xx/scc.c
index 5da697366d..da372d039e 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;
OpenPOWER on IntegriCloud