summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/scc.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-04-04 15:25:03 +0900
committerTom Rini <trini@ti.com>2014-04-18 10:42:29 -0400
commitd6b11fd1f0ef1b6cbc81ca7655c47bf68a16f32d (patch)
tree7842ceb3aa2ed0178611d168da341cace09dafca /arch/powerpc/cpu/mpc8xx/scc.c
parenta146e8b189abf73b8bac0bfa9c8c3c1b3bfe5507 (diff)
downloadu-boot-imx-d6b11fd1f0ef1b6cbc81ca7655c47bf68a16f32d.zip
u-boot-imx-d6b11fd1f0ef1b6cbc81ca7655c47bf68a16f32d.tar.gz
u-boot-imx-d6b11fd1f0ef1b6cbc81ca7655c47bf68a16f32d.tar.bz2
powerpc: remove MBX and MBX860T boards support
Enough time has passed since these boards were moved to Orphan. Remove. - Remove board/mbx8xx/* - Remove include/configs/{MBX.h,MBX860T.h} - Clean-up if defined(CONFIG_MBX) - Move the entries from boards.cfg to doc/README.scrapyard Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/scc.c')
-rw-r--r--arch/powerpc/cpu/mpc8xx/scc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/scc.c b/arch/powerpc/cpu/mpc8xx/scc.c
index 2ef77b4..94c9969 100644
--- a/arch/powerpc/cpu/mpc8xx/scc.c
+++ b/arch/powerpc/cpu/mpc8xx/scc.c
@@ -492,10 +492,6 @@ static int scc_init (struct eth_device *dev, bd_t * bis)
immr->im_cpm.cp_pbdat &= ~0x00000010;
#endif /* QS860T */
-#ifdef CONFIG_MBX
- board_ether_init ();
-#endif
-
#if defined(CONFIG_NETVIA)
#if defined(PA_ENET_PDN)
immr->im_ioport.iop_papar &= ~PA_ENET_PDN;