public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARMV7:ca9x4_ct_vxp: udelay reference fix
Date: Mon, 29 Nov 2010 19:59:00 +0100	[thread overview]
Message-ID: <4CF3F7F4.3070402@googlemail.com> (raw)
In-Reply-To: <4CF3EC53.2050905@canonical.com>

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;
>

      reply	other threads:[~2010-11-29 18:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=4CF3F7F4.3070402@googlemail.com \
    --to=dirk.behme@googlemail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox