* [U-Boot] [PATCH] ARMV7:ca9x4_ct_vxp: udelay reference fix
@ 2010-11-29 18:09 Matt Waddel
2010-11-29 18:59 ` Dirk Behme
0 siblings, 1 reply; 2+ messages in thread
From: Matt Waddel @ 2010-11-29 18:09 UTC (permalink / raw)
To: u-boot
Fixes undefined reference to `__udelay' build failure.
Signed-off-by: Matt Waddel <matt.waddel@linaro.org>
---
board/armltd/vexpress/ca9x4_ct_vxp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/armltd/vexpress/ca9x4_ct_vxp.c
b/board/armltd/vexpress/ca9x4_ct_vxp.c
index c1c4ea1..ce1be1e 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;
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] ARMV7:ca9x4_ct_vxp: udelay reference fix
2010-11-29 18:09 [U-Boot] [PATCH] ARMV7:ca9x4_ct_vxp: udelay reference fix Matt Waddel
@ 2010-11-29 18:59 ` Dirk Behme
0 siblings, 0 replies; 2+ messages in thread
From: Dirk Behme @ 2010-11-29 18:59 UTC (permalink / raw)
To: u-boot
On 29.11.2010 19:09, Matt Waddel wrote:
> Fixes undefined reference to `__udelay' build failure.
>
> Signed-off-by: Matt Waddel<matt.waddel@linaro.org>
Ah, you were some minutes faster ;) So:
Acked-by: Dirk Behme <dirk.behme@googlemail.com>
> ---
> board/armltd/vexpress/ca9x4_ct_vxp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/board/armltd/vexpress/ca9x4_ct_vxp.c
> b/board/armltd/vexpress/ca9x4_ct_vxp.c
> index c1c4ea1..ce1be1e 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;
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-29 18:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 18:09 [U-Boot] [PATCH] ARMV7:ca9x4_ct_vxp: udelay reference fix Matt Waddel
2010-11-29 18:59 ` Dirk Behme
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox