[U-Boot] [PATCH 1/3] wandboard: Remove duplicate 'mmc dev'
Fabio Estevam
festevam at gmail.com
Tue Apr 2 04:03:36 CEST 2013
From: Fabio Estevam <fabio.estevam at freescale.com>
No need to call 'mmc dev' twice.
Signed-off-by: Fabio Estevam <fabio.estevam at 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
More information about the U-Boot
mailing list