public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm:trats:fix: Correction of loaddtb environment variable.
@ 2013-07-18 11:14 Lukasz Majewski
  2013-07-19  5:36 ` Minkyu Kang
  0 siblings, 1 reply; 3+ messages in thread
From: Lukasz Majewski @ 2013-07-18 11:14 UTC (permalink / raw)
  To: u-boot

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" \
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-19 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox