rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / blackfin / interrupts.c
index 80c5505..d4dd636 100644 (file)
@@ -48,7 +48,7 @@ ulong get_tbclk(void)
 {
        ulong tbclk;
 
-       tbclk = CFG_HZ;
+       tbclk = CONFIG_SYS_HZ;
        return tbclk;
 }