public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] wandboard: Remove duplicate 'mmc dev'
@ 2013-04-02  2:03 Fabio Estevam
  2013-04-02  2:03 ` [U-Boot] [PATCH 2/3] mx6qsabrelite: " Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fabio Estevam @ 2013-04-02  2:03 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

No need to call 'mmc dev' twice. 

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/wandboard.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index c4fb704..00c656e 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -150,7 +150,6 @@
 		"fi;\0"
 
 #define CONFIG_BOOTCOMMAND \
-	   "mmc dev ${mmcdev};" \
 	   "mmc dev ${mmcdev}; if mmc rescan; then " \
 		   "if run loadbootscript; then " \
 			   "run bootscript; " \
-- 
1.7.9.5

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

end of thread, other threads:[~2013-04-03  9:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02  2:03 [U-Boot] [PATCH 1/3] wandboard: Remove duplicate 'mmc dev' Fabio Estevam
2013-04-02  2:03 ` [U-Boot] [PATCH 2/3] mx6qsabrelite: " Fabio Estevam
2013-04-02 11:52   ` Otavio Salvador
2013-04-03  9:45   ` Stefano Babic
2013-04-02  2:03 ` [U-Boot] [PATCH 3/3] wandboard: Remove CONFIG_SYS_FSL_USDHC_NUM Fabio Estevam
2013-04-02 11:53   ` Otavio Salvador
2013-04-03  9:51   ` Stefano Babic
2013-04-02 11:51 ` [U-Boot] [PATCH 1/3] wandboard: Remove duplicate 'mmc dev' Otavio Salvador
2013-04-03  9:43 ` Stefano Babic

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