m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chips

Signed-off-by: Daniel Palmer <danieruru@gmail.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
Daniel Palmer 2014-04-02 23:43:12 +09:00 коммит произвёл Greg Ungerer
Родитель c7208164e6
Коммит 0b1755160c
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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;
}