public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm:trats:fix: Correction of loaddtb environment variable.
Date: Fri, 19 Jul 2013 14:36:36 +0900	[thread overview]
Message-ID: <51E8D064.1080006@samsung.com> (raw)
In-Reply-To: <1374146062-15512-1-git-send-email-l.majewski@samsung.com>

On 18/07/13 20:14, Lukasz Majewski wrote:
> Missing space for loaddtb command has been added. When missing, ext4load
> fails with wrong number of passed parameters.
> 
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  include/configs/trats.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/trats.h b/include/configs/trats.h
> index 103295e..356d87b 100644
> --- a/include/configs/trats.h
> +++ b/include/configs/trats.h
> @@ -189,7 +189,7 @@
>  	"nfsroot=/nfsroot/arm\0" \
>  	"bootblock=" CONFIG_BOOTBLOCK "\0" \
>  	"loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \
> -	"loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr}" \
> +	"loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
>  		"${fdtfile}\0" \
>  	"mmcdev=0\0" \
>  	"mmcbootpart=2\0" \
> 

Acked-by: Minkyu Kang <mk7.kang@samsung.com>

Thanks,
Minkyu Kang.

  reply	other threads:[~2013-07-19  5:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18 11:14 [U-Boot] [PATCH] arm:trats:fix: Correction of loaddtb environment variable Lukasz Majewski
2013-07-19  5:36 ` Minkyu Kang [this message]
2013-07-19 12:31   ` Tom Rini

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=51E8D064.1080006@samsung.com \
    --to=mk7.kang@samsung.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