Clock (not timer) routines are board specific. Moved from mpc74xx dir.
[coreboot.git] / src / mainboard / motorola / sandpoint / clock.c
1 /* Copyright 2000  AG Electronics Ltd. */
2 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
3
4 #include <ppc.h>
5
6 unsigned long get_clock_speed(void)
7 {
8     return 100000000 / 4;
9 }
10