]> git.sur5r.net Git - u-boot/blobdiff - cpu/mcf547x_8x/slicetimer.c
Generic udelay() with watchdog support
[u-boot] / cpu / mcf547x_8x / slicetimer.c
index 67e81894af4a23dc0059a270fb7ecfe84bb58755..8dc010a3521aca6219a5a7d596ecfdda049a4167 100644 (file)
@@ -40,7 +40,7 @@ static ulong timestamp;
 #endif
 extern void dtimer_intr_setup(void);
 
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        volatile slt_t *timerp = (slt_t *) (CONFIG_SYS_UDELAY_BASE);
        u32 now, freq;