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
...@@ -70,6 +70,7 @@ void __init config_BSP(char *command, int len) ...@@ -70,6 +70,7 @@ void __init config_BSP(char *command, int len)
else command[0] = 0; else command[0] = 0;
#endif #endif
mach_sched_init = hw_timer_init;
mach_hwclk = m68328_hwclk; mach_hwclk = m68328_hwclk;
mach_reset = m68ez328_reset; mach_reset = m68ez328_reset;
} }
......
...@@ -182,6 +182,7 @@ void __init config_BSP(char *command, int size) ...@@ -182,6 +182,7 @@ void __init config_BSP(char *command, int size)
init_hardware(command, size); init_hardware(command, size);
mach_sched_init = hw_timer_init;
mach_hwclk = m68328_hwclk; mach_hwclk = m68328_hwclk;
mach_reset = m68vz328_reset; 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