summaryrefslogtreecommitdiff
path: root/src/arch/ppc/lib/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc/lib/timer.c')
-rw-r--r--src/arch/ppc/lib/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc/lib/timer.c b/src/arch/ppc/lib/timer.c
index 8b485b8d51..6889d4b2e8 100644
--- a/src/arch/ppc/lib/timer.c
+++ b/src/arch/ppc/lib/timer.c
@@ -7,7 +7,7 @@
unsigned long get_hz(void)
{
- return get_clock_speed();
+ return get_timer_freq();
}
unsigned long ticks_since_boot(void)