summaryrefslogtreecommitdiffstats
path: root/include/configs/mx53evk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx53evk.h')
-rw-r--r--include/configs/mx53evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 832050ea97..69937d834e 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -132,7 +132,7 @@
"dhcp ${uimage}; bootm\0" \
#define CONFIG_BOOTCOMMAND \
- "if mmc rescan ${mmcdev}; then " \
+ "mmc dev ${mmcdev}; if mmc rescan; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \
OpenPOWER on IntegriCloud