rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / mpc512x / interrupts.c
index 8cc241c..ef7c773 100644 (file)
@@ -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;
 }