All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.aribaud@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm1136 relocation: Fix calculation of board_init_r
Date: Fri, 18 Feb 2011 08:55:31 +0100	[thread overview]
Message-ID: <4D5E25F3.2020608@free.fr> (raw)
In-Reply-To: <1297988861-17711-1-git-send-email-festevam@gmail.com>

Le 18/02/2011 01:27, Fabio Estevam a ?crit :
> Signed-off-by: Fabio Estevam<fabio.estevam@freescale.com>
> ---
>   arch/arm/cpu/arm1136/start.S |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/cpu/arm1136/start.S b/arch/arm/cpu/arm1136/start.S
> index bab2868..a05d36d 100644
> --- a/arch/arm/cpu/arm1136/start.S
> +++ b/arch/arm/cpu/arm1136/start.S
> @@ -266,7 +266,7 @@ _nand_boot_ofs:
>   #else
>   jump_2_ram:
>   	ldr	r0, _board_init_r_ofs
> -	adr	r1, _start
> +	ldr     r1, _TEXT_BASE
>   	add	lr, r0, r1
>   	add	lr, lr, r9
>   	/* setup parameters for board_init_r */

Applied, thanks.

Amicalement,
-- 
Albert.

      reply	other threads:[~2011-02-18  7:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18  0:27 [U-Boot] [PATCH] arm1136 relocation: Fix calculation of board_init_r Fabio Estevam
2011-02-18  7:55 ` Albert ARIBAUD [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=4D5E25F3.2020608@free.fr \
    --to=albert.aribaud@free.fr \
    --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.