]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm1176/s3c64xx/timer.c
Generic udelay() with watchdog support
[u-boot] / cpu / arm1176 / s3c64xx / timer.c
index 85ce9cd998bcec7f69bbcc04c1fe814155678e34..9768319efa07992375a03eafeec80bcbe30b4eec 100644 (file)
@@ -164,7 +164,7 @@ void set_timer(ulong t)
        timestamp = t * (timer_load_val / (100 * CONFIG_SYS_HZ));
 }
 
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        unsigned long long tmp;
        ulong tmo;