All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] tao3530: Fix usage of mmc rescan
@ 2019-09-30 17:42 Jarkko Nikula
  2019-10-12 20:28 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Nikula @ 2019-09-30 17:42 UTC (permalink / raw
  To: u-boot

Currently "bootcmd" does not work as intended but instead prints MMC usage
information and goes directly to "nandboot".

Follow what the commit 669681104daa ("configs: Fix usage of mmc rescan")
does for other boards prior to support for TechNexion TAO3530 SoM was
added.

Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
---
v2: s/$(mmcdev)/${mmcdev}/
---
 include/configs/tao3530.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h
index c34e785d9e55..7a54fe3e1e37 100644
--- a/include/configs/tao3530.h
+++ b/include/configs/tao3530.h
@@ -114,7 +114,7 @@
 		"bootm ${loadaddr}\0" \
 
 #define CONFIG_BOOTCOMMAND \
-	"if mmc rescan ${mmcdev}; then " \
+	"mmc dev ${mmcdev}; if mmc rescan; then " \
 		"if run loadbootscript; then " \
 			"run bootscript; " \
 		"else " \
-- 
2.23.0

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

* [U-Boot] [PATCH v2] tao3530: Fix usage of mmc rescan
  2019-09-30 17:42 [U-Boot] [PATCH v2] tao3530: Fix usage of mmc rescan Jarkko Nikula
@ 2019-10-12 20:28 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-10-12 20:28 UTC (permalink / raw
  To: u-boot

On Mon, Sep 30, 2019 at 08:42:21PM +0300, Jarkko Nikula wrote:

> Currently "bootcmd" does not work as intended but instead prints MMC usage
> information and goes directly to "nandboot".
> 
> Follow what the commit 669681104daa ("configs: Fix usage of mmc rescan")
> does for other boards prior to support for TechNexion TAO3530 SoM was
> added.
> 
> Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191012/1be7d3fb/attachment.sig>

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

end of thread, other threads:[~2019-10-12 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30 17:42 [U-Boot] [PATCH v2] tao3530: Fix usage of mmc rescan Jarkko Nikula
2019-10-12 20:28 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.