summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/igep0146.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/igep0146.h b/include/configs/igep0146.h
index 5638c00..abbce52 100644
--- a/include/configs/igep0146.h
+++ b/include/configs/igep0146.h
@@ -164,8 +164,10 @@
"initrd_high=0xffffffff\0" \
"mmcdev=0\0" \
"mmcpart=1\0" \
+ "emmcdev=1\0" \
+ "mmcpart=1\0" \
"mmcroot="CONFIG_MMCROOT " rootwait rw\0" \
- "emmcroot=/dev/mmcblk2p2 rootwait rw\0" \
+ "emmcroot=/dev/mmcblk1p2 rootwait rw\0" \
"sataroot=/dev/sda2 rw rootwait\0" \
"emmcdevconf=setenv mmcdev ${emmcdev}\0" \
"emmcrootconf=setenv mmcroot ${emmcroot}\0" \