rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / lib_microblaze / time.c
index b5d8f19..cbb4341 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <common.h>
 
-#ifdef CFG_TIMER_0
+#ifdef CONFIG_SYS_TIMER_0
 void udelay (unsigned long usec)
 {
        int i;