]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm920t/imx/interrupts.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / arm920t / imx / interrupts.c
index c61d3bc29cebc8e8a75701173b9ffd80b285978f..ddcfb3462103398184fc970438a8d89e176cc09e 100644 (file)
@@ -112,7 +112,7 @@ ulong get_tbclk (void)
 {
        ulong tbclk;
 
-       tbclk = CFG_HZ;
+       tbclk = CONFIG_SYS_HZ;
 
        return tbclk;
 }