All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeroen Hofstee <jeroen@myspectrum.nl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC 1/3] ARM,crt0.S: call s_init instead from ctr0.S
Date: Sat, 24 Aug 2013 18:41:50 +0200	[thread overview]
Message-ID: <5218E24E.6070204@myspectrum.nl> (raw)
In-Reply-To: <1377361963-11381-2-git-send-email-jeroen@myspectrum.nl>

On 08/24/2013 06:32 PM, Jeroen Hofstee wrote:
>   	/* the literal pools origin */
> diff --git a/arch/arm/cpu/armv7/rmobile/lowlevel_init.S b/arch/arm/cpu/armv7/rmobile/lowlevel_init.S
> index ff18d96..70ec22d 100644
> --- a/arch/arm/cpu/armv7/rmobile/lowlevel_init.S
> +++ b/arch/arm/cpu/armv7/rmobile/lowlevel_init.S
> @@ -59,14 +59,8 @@ loop0:
>   	subs r0, r0, #1
>   	bne  loop0
>   
> -	ldr sp, MERAM_STACK
> -	b s_init
> -
right, this ^^^ will brick things nicely, how about returning to the 
caller...
>   	.pool
>   	.align 4
>   
>   ENDPROC(lowlevel_init)
>   	.ltorg
> -
> -MERAM_STACK:
> -	.word LOW_LEVEL_MERAM_STACK

  reply	other threads:[~2013-08-24 16:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-24 16:32 [U-Boot] [RFC 0/3] ARM: cleanup gd init Jeroen Hofstee
2013-08-24 16:32 ` [U-Boot] [RFC 1/3] ARM,crt0.S: call s_init instead from ctr0.S Jeroen Hofstee
2013-08-24 16:41   ` Jeroen Hofstee [this message]
2013-08-24 16:32 ` [U-Boot] [RFC 2/3] ARM,crt0.S: optional init gd to gdata for spl Jeroen Hofstee
2013-08-24 16:32 ` [U-Boot] [RFC 3/3] ARM: do not assign gd outside of crt0.S Jeroen Hofstee
2013-09-22 18:26 ` [U-Boot] [RFC 0/3] ARM: cleanup gd init Jeroen Hofstee
2013-09-28 20:39   ` Albert ARIBAUD

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=5218E24E.6070204@myspectrum.nl \
    --to=jeroen@myspectrum.nl \
    --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.