X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Farmltd%2Fvexpress%2Fca9x4_ct_vxp.c;h=ce1be1e7665c39b5ca6d9bbf607bc78ee820697a;hb=006915fbb0e3c1c9927fe32c4e92cb011f8499e7;hp=c1c4ea1c34d26aca7887547483efb8e0792b7b5a;hpb=9d37cf310af1b9a6583396c98255fc86f9aab433;p=u-boot diff --git a/board/armltd/vexpress/ca9x4_ct_vxp.c b/board/armltd/vexpress/ca9x4_ct_vxp.c index c1c4ea1c34..ce1be1e766 100644 --- a/board/armltd/vexpress/ca9x4_ct_vxp.c +++ b/board/armltd/vexpress/ca9x4_ct_vxp.c @@ -157,7 +157,7 @@ void reset_cpu(ulong addr) * Delay x useconds AND perserve advance timstamp value * assumes timer is ticking at 1 msec */ -void udelay(ulong usec) +void __udelay(ulong usec) { ulong tmo, tmp;