]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm1136/mx31/timer.c
Generic udelay() with watchdog support
[u-boot] / cpu / arm1136 / mx31 / timer.c
index 29b484e4482fc6b025047a146f2c141d23af89a3..7972ba0dd7481f88a45fe0b0961a413d13fa62ee 100644 (file)
@@ -152,7 +152,7 @@ void set_timer (ulong t)
 }
 
 /* delay x useconds AND perserve advance timstamp value */
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
 {
        unsigned long long tmp;
        ulong tmo;