]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib_microblaze/time.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / lib_microblaze / time.c
index b5d8f19379ec6de7a7c4c6cf0ba5a9bb707ed799..cbb43414f9cf860b0ad83bb899012e2bbb58d454 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;