提交 0b175516 编写于 作者: D Daniel Palmer 提交者: Greg Ungerer

m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chips

Signed-off-by: NDaniel Palmer <danieruru@gmail.com>
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册