public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm:trats:fix: Correction of loaddtb environment variable.
Date: Fri, 19 Jul 2013 08:31:21 -0400	[thread overview]
Message-ID: <20130719123121.GG18359@bill-the-cat> (raw)
In-Reply-To: <51E8D064.1080006@samsung.com>

On Fri, Jul 19, 2013 at 02:36:36PM +0900, Minkyu Kang wrote:
> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130719/0ba73d2b/attachment.pgp>

      reply	other threads:[~2013-07-19 12:31 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
2013-07-19 12:31   ` Tom Rini [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=20130719123121.GG18359@bill-the-cat \
    --to=trini@ti.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