summaryrefslogtreecommitdiff
path: root/arch/m68k/platform/5407
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/platform/5407')
-rw-r--r--arch/m68k/platform/5407/config.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/m68k/platform/5407/config.c b/arch/m68k/platform/5407/config.c
index 19c612557b9..bb6c746ae81 100644
--- a/arch/m68k/platform/5407/config.c
+++ b/arch/m68k/platform/5407/config.c
@@ -19,20 +19,8 @@
/***************************************************************************/
-void m5407_cpu_reset(void)
-{
- local_irq_disable();
- /* set watchdog to soft reset, and enabled */
- __raw_writeb(0xc0, MCF_MBAR + MCFSIM_SYPCR);
- for (;;)
- /* wait for watchdog to timeout */;
-}
-
-/***************************************************************************/
-
void __init config_BSP(char *commandp, int size)
{
- mach_reset = m5407_cpu_reset;
mach_sched_init = hw_timer_init;
/* Only support the external interrupts on their primary level */