summaryrefslogtreecommitdiffstats
path: root/include/configs/igep00x0.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/igep00x0.h')
-rw-r--r--include/configs/igep00x0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
index b1071e892c..c81ab7622e 100644
--- a/include/configs/igep00x0.h
+++ b/include/configs/igep00x0.h
@@ -180,7 +180,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
- "if mmc rescan ${mmcdev}; then " \
+ "mmc dev ${mmcdev}; if mmc rescan; then " \
"echo SD/MMC found on device ${mmcdev};" \
"if run loadbootenv; then " \
"run importbootenv;" \
OpenPOWER on IntegriCloud