summaryrefslogtreecommitdiffstats
path: root/include/configs/mx53ard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx53ard.h')
-rw-r--r--include/configs/mx53ard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h
index fea93b4dc0..62cb42bc4c 100644
--- a/include/configs/mx53ard.h
+++ b/include/configs/mx53ard.h
@@ -119,7 +119,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