[U-Boot] [PATCH] mx6qsabre{sd, auto}: Fix environment as 'mmc rescan' takes no arguments
Otavio Salvador
otavio at ossystems.com.br
Thu Apr 11 04:55:50 CEST 2013
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
include/configs/mx6qsabre_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index dc113e1..5da748e 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -158,7 +158,7 @@
#define CONFIG_BOOTCOMMAND \
"mmc dev ${mmcdev};" \
- "if mmc rescan ${mmcdev}; then " \
+ "if mmc rescan; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \
--
1.8.1
More information about the U-Boot
mailing list