From: Matt Waddel <matt.waddel@canonical.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARMV7:ca9x4_ct_vxp: udelay reference fix
Date: Mon, 29 Nov 2010 11:09:23 -0700 [thread overview]
Message-ID: <4CF3EC53.2050905@canonical.com> (raw)
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
next reply other threads:[~2010-11-29 18:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 18:09 Matt Waddel [this message]
2010-11-29 18:59 ` [U-Boot] [PATCH] ARMV7:ca9x4_ct_vxp: udelay reference fix Dirk Behme
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CF3EC53.2050905@canonical.com \
--to=matt.waddel@canonical.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.