All of lore.kernel.org
 help / color / mirror / Atom feed
From: Soeren Moch <smoch@web.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tbs2910: explicitly set boot address
Date: Thu, 1 Oct 2015 22:52:37 +0200	[thread overview]
Message-ID: <560D9D15.8020108@web.de> (raw)
In-Reply-To: <1443732484-2822-1-git-send-email-smoch@web.de>

On 01.10.2015 22:48, Soeren Moch wrote:
> Set missing boot address in bootm command. This fixes the error:
>  Wrong Image Format for bootm command
>  ERROR: can't get kernel image!
> 
> Reported-by: Uwe Scheffler <scheffler.u@web.de>
> Signed-off-by: Soeren Moch <smoch@web.de>
> Tested-by: Uwe Scheffler <scheffler.u@web.de>
> ---
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Uwe Scheffler <scheffler.u@web.de>

Stefano, Tom,

since this fixes a user reported error, can we pull this in for v2015.10?

Thanks,
Soeren


> ---
>  include/configs/tbs2910.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
> index 66cb274..5943104 100644
> --- a/include/configs/tbs2910.h
> +++ b/include/configs/tbs2910.h
> @@ -190,7 +190,7 @@
>  	"bootargs_upd=setenv bootargs console=ttymxc0,115200 " \
>  			"rdinit=/sbin/init enable_wait_mode=off\0" \
>  	"bootcmd_mmc=run bootargs_mmc; mmc dev 2; " \
> -			"mmc read 0x10800000 0x800 0x4000; bootm\0" \
> +			"mmc read 0x10800000 0x800 0x4000; bootm 0x10800000\0" \
>  	"bootcmd_up1=load mmc 1 0x10800000 uImage\0" \
>  	"bootcmd_up2=load mmc 1 0x10d00000 uramdisk.img; " \
>  			"run bootargs_upd; " \
> 

  reply	other threads:[~2015-10-01 20:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-01 20:48 [U-Boot] [PATCH] tbs2910: explicitly set boot address Soeren Moch
2015-10-01 20:52 ` Soeren Moch [this message]
2015-10-02  8:27   ` Stefano Babic

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=560D9D15.8020108@web.de \
    --to=smoch@web.de \
    --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.