rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / arm920t / imx / interrupts.c
index c61d3bc..ddcfb34 100644 (file)
@@ -112,7 +112,7 @@ ulong get_tbclk (void)
 {
        ulong tbclk;
 
-       tbclk = CFG_HZ;
+       tbclk = CONFIG_SYS_HZ;
 
        return tbclk;
 }