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 <[email protected]> > > Cc: Minkyu Kang <[email protected]> > > --- > > 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 <[email protected]>
Applied to u-boot/master, thanks! -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

