summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8260/ether_scc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc8260/ether_scc.c')
-rw-r--r--cpu/mpc8260/ether_scc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpu/mpc8260/ether_scc.c b/cpu/mpc8260/ether_scc.c
index a733b45c01..d22e8b216c 100644
--- a/cpu/mpc8260/ether_scc.c
+++ b/cpu/mpc8260/ether_scc.c
@@ -344,13 +344,5 @@ void eth_halt(void)
SCC_GSMRL_ENT);
}
-#if 0
-void restart(void)
-{
- volatile immap_t *immr = (immap_t *)CFG_IMMR;
- immr->im_cpm.cp_scc[CONFIG_ETHER_INDEX-1].scc_gsmrl |= (SCC_GSMRL_ENR |
- SCC_GSMRL_ENT);
-}
-#endif
#endif /* CONFIG_ETHER_ON_SCC && CFG_CMD_NET */