Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chips

parent c7208164
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ void __init config_BSP(char *command, int len)
  else command[0] = 0;
#endif

  mach_sched_init = hw_timer_init;
  mach_hwclk = m68328_hwclk;
  mach_reset = m68ez328_reset;
}
+1 −0
Original line number Diff line number Diff line
@@ -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;
}