All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: Christian Hemp <christian.hemp@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] imx6:phyFLEX: Fix ENTRY_FUNCTION
Date: Thu, 26 Jun 2014 16:29:44 +0200	[thread overview]
Message-ID: <20140626142941.GA29943@omega> (raw)
In-Reply-To: <1403791757-11152-1-git-send-email-christian.hemp@gmail.com>

Hi,

On Thu, Jun 26, 2014 at 04:09:17PM +0200, Christian Hemp wrote:
> For some phyFLEX-i.MX6 modules the call __barebox_arm_head() was not removed.
> With this function the barebox does not start.
> 
> Signed-off-by: Christian Hemp <christian.hemp@gmail.com>
> ---
>  arch/arm/boards/phytec-phyflex-imx6/lowlevel.c |    6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/arch/arm/boards/phytec-phyflex-imx6/lowlevel.c b/arch/arm/boards/phytec-phyflex-imx6/lowlevel.c
> index 6c6f660..4350adb 100644
> --- a/arch/arm/boards/phytec-phyflex-imx6/lowlevel.c
> +++ b/arch/arm/boards/phytec-phyflex-imx6/lowlevel.c
> @@ -93,8 +93,6 @@ ENTRY_FUNCTION(start_phytec_pbab01_4gib, r0, r1, r2)
>  {
>  	void *fdt;
>  
> -	__barebox_arm_head();
> -
>  	arm_cpu_lowlevel_init();
>  
>  	arm_setup_stack(0x00920000 - 8);
> @@ -108,8 +106,6 @@ ENTRY_FUNCTION(start_phytec_pbab01dl_1gib, r0, r1, r2)
>  {
>  	void *fdt;
>  
> -        __barebox_arm_head();
> -
>          arm_cpu_lowlevel_init();
>  
>          arm_setup_stack(0x00920000 - 8);


In this function is also some spaces instead tabs.

- Alex

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2014-06-26 14:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 14:09 [PATCH] imx6:phyFLEX: Fix ENTRY_FUNCTION Christian Hemp
2014-06-26 14:29 ` Alexander Aring [this message]
2014-06-26 19:38 ` Sascha Hauer

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=20140626142941.GA29943@omega \
    --to=alex.aring@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=christian.hemp@gmail.com \
    /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.