]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm920t/s3c24x0/interrupts.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / arm920t / s3c24x0 / interrupts.c
index 7ad9fcbd5bad0a9096a0ead97a11bfb05ea1e4b1..11e68042848a170b4426a6e9b93c70e23a3cdc90 100644 (file)
@@ -179,7 +179,7 @@ ulong get_tbclk (void)
 #elif defined(CONFIG_SBC2410X) || \
       defined(CONFIG_SMDK2410) || \
       defined(CONFIG_VCMA9)
-       tbclk = CFG_HZ;
+       tbclk = CONFIG_SYS_HZ;
 #else
 #      error "tbclk not configured"
 #endif