rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / i386 / timer.c
index 486d927..46db23f 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)