Commit 0b175516 authored by Daniel Palmer's avatar Daniel Palmer Committed by Greg Ungerer

m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chips

Signed-off-by: default avatarDaniel Palmer <danieruru@gmail.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent c7208164
......@@ -69,7 +69,8 @@ void __init config_BSP(char *command, int len)
if (p) strcpy(p,command);
else command[0] = 0;
#endif
mach_sched_init = hw_timer_init;
mach_hwclk = m68328_hwclk;
mach_reset = m68ez328_reset;
}
......
......@@ -182,6 +182,7 @@ void __init config_BSP(char *command, int size)
init_hardware(command, size);
mach_sched_init = hw_timer_init;
mach_hwclk = m68328_hwclk;
mach_reset = m68vz328_reset;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment