]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/i386/timer.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / cpu / i386 / timer.c
index 486d927a5a8a8c4cb5da7cbf220d0be91f4a3e05..46db23f59c6ebdf507f1e6d4df6bd0976a2439c2 100644 (file)
@@ -72,9 +72,9 @@ int timer_init(void)
 }
 
 
-#ifdef CFG_TIMER_GENERIC
+#ifdef CONFIG_SYS_TIMER_GENERIC
 
-/* the unit for these is CFG_HZ */
+/* the unit for these is CONFIG_SYS_HZ */
 
 /* FixMe: implement these */
 void reset_timer (void)