]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm926ejs/at91/timer.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / arm926ejs / at91 / timer.c
index c79ec7e7ae145ab794a17e5dc330541879732679..fec545b6652737a88d89cc96b81fe24989982ef6 100644 (file)
@@ -130,7 +130,7 @@ ulong get_tbclk(void)
 {
        ulong tbclk;
 
-       tbclk = CFG_HZ;
+       tbclk = CONFIG_SYS_HZ;
        return tbclk;
 }