]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/blackfin/interrupts.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / cpu / blackfin / interrupts.c
index 80c550545462ebe56a4d6ad2d2ab0a57335e916d..d4dd63610106012bf5a6b307f200a9b98dd2af5d 100644 (file)
@@ -48,7 +48,7 @@ ulong get_tbclk(void)
 {
        ulong tbclk;
 
-       tbclk = CFG_HZ;
+       tbclk = CONFIG_SYS_HZ;
        return tbclk;
 }