rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / arm926ejs / at91 / timer.c
index c79ec7e..fec545b 100644 (file)
@@ -130,7 +130,7 @@ ulong get_tbclk(void)
 {
        ulong tbclk;
 
-       tbclk = CFG_HZ;
+       tbclk = CONFIG_SYS_HZ;
        return tbclk;
 }