public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ti_armv7_common: env: Fix hard coded mmc device for uuid
@ 2016-06-02 12:44 Ravi Babu
  2016-06-02 14:07 ` Lokesh Vutla
  2016-06-02 19:54 ` Tom Rini
  0 siblings, 2 replies; 7+ messages in thread
From: Ravi Babu @ 2016-06-02 12:44 UTC (permalink / raw)
  To: u-boot

Avoid use of hard coded mmcdev value so finduuid works
based on current mmcdev selected.

Signed-off-by: Ravi Babu <ravibabu@ti.com>
---
 include/configs/ti_armv7_common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 7db0881..bbff06b 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -59,7 +59,7 @@
 #define DEFAULT_MMC_TI_ARGS \
 	"mmcdev=0\0" \
 	"mmcrootfstype=ext4 rootwait\0" \
-	"finduuid=part uuid mmc 0:2 uuid\0" \
+	"finduuid=part uuid mmc ${mmcdev}:2 uuid\0" \
 	"args_mmc=run finduuid;setenv bootargs console=${console} " \
 		"${optargs} " \
 		"root=PARTUUID=${uuid} rw " \
-- 
1.7.9.5

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

end of thread, other threads:[~2016-06-03 14:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-02 12:44 [U-Boot] [PATCH] ti_armv7_common: env: Fix hard coded mmc device for uuid Ravi Babu
2016-06-02 14:07 ` Lokesh Vutla
2016-06-02 19:54 ` Tom Rini
2016-06-03  7:51   ` B, Ravi
2016-06-03  8:05   ` B, Ravi
2016-06-03 13:50     ` Tom Rini
2016-06-03 14:18       ` B, Ravi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox