[U-Boot] [PATCH] arm:trats:fix: Correction of loaddtb environment variable.
Tom Rini
trini at ti.com
Fri Jul 19 14:31:21 CEST 2013
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 at samsung.com>
> > Cc: Minkyu Kang <mk7.kang at 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 at 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>
More information about the U-Boot
mailing list