From dab0f7626edd5469f6949b826e52f74fcb48b090 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 20 Jun 2014 13:54:51 +0900 Subject: mpc8xx: remove qs850, qs860t board support These boards are old enough and have no maintainers. Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/mpc8xx/scc.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'arch/powerpc/cpu/mpc8xx') diff --git a/arch/powerpc/cpu/mpc8xx/scc.c b/arch/powerpc/cpu/mpc8xx/scc.c index 5da6973..da372d0 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; -- cgit v1.1