summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-09-22 18:40:21 +0800
committerTerry Lv <r65388@freescale.com>2011-09-22 18:40:21 +0800
commit3124e7e5d673e25d57750685bb0d75ace414c36e (patch)
tree81d905056615ea3f587fb412df512a5ee79bbb2a /include/configs
parentc690577b6a25f416f5b79bbd0ded89bceb4b023b (diff)
downloadu-boot-imx-3124e7e5d673e25d57750685bb0d75ace414c36e.zip
u-boot-imx-3124e7e5d673e25d57750685bb0d75ace414c36e.tar.gz
u-boot-imx-3124e7e5d673e25d57750685bb0d75ace414c36e.tar.bz2
ENGR00157419: Correct default environment's mmc device in mx6q
Default environment in mx6q uses mmc device 0. We should use mmc device 3. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6q_sabreauto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabreauto.h b/include/configs/mx6q_sabreauto.h
index ed943a3..871633a 100644
--- a/include/configs/mx6q_sabreauto.h
+++ b/include/configs/mx6q_sabreauto.h
@@ -122,7 +122,7 @@
"bootargs_mmc=setenv bootargs ${bootargs} ip=dhcp " \
"root=/dev/mmcblk0p1 rootwait\0" \
"bootcmd_mmc=run bootargs_base bootargs_mmc; " \
- "mmc dev 0; " \
+ "mmc dev 3; " \
"mmc read ${loadaddr} 0x800 0x1800; bootm\0" \
"bootcmd=run bootcmd_net\0" \