summaryrefslogtreecommitdiffstats
path: root/cpu/mpc512x/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc512x/interrupts.c')
-rw-r--r--cpu/mpc512x/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc512x/interrupts.c b/cpu/mpc512x/interrupts.c
index 8cc241c899..ef7c773b2b 100644
--- a/cpu/mpc512x/interrupts.c
+++ b/cpu/mpc512x/interrupts.c
@@ -37,7 +37,7 @@ struct irq_action {
int interrupt_init_cpu (unsigned *decrementer_count)
{
- *decrementer_count = get_tbclk () / CFG_HZ;
+ *decrementer_count = get_tbclk () / CONFIG_SYS_HZ;
return 0;
}
OpenPOWER on IntegriCloud