summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6slevk.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-11-04 15:26:04 +0800
committerStefano Babic <sbabic@denx.de>2014-11-20 10:13:54 +0100
commitadc5a667b81e7ef1278b0ff4787bd80df9943108 (patch)
tree92cd36110dc7e0e01f44e22dd881f1afcbd5f32a /include/configs/mx6slevk.h
parent05095535f6cab041a8c3007f6feae095a497bb92 (diff)
downloadtalos-obmc-uboot-adc5a667b81e7ef1278b0ff4787bd80df9943108.tar.gz
talos-obmc-uboot-adc5a667b81e7ef1278b0ff4787bd80df9943108.zip
imx: mx6slevk: Change default mmcdev to USDHC2 device
Since USDHC1 and USDHC3 added, the dev index for USDHC2 changed to 1. So modify the default mmcdev in environment variables to dev 1. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6slevk.h')
-rw-r--r--include/configs/mx6slevk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 4fcaf515c7..271548c875 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -87,7 +87,7 @@
"fdt_addr=0x88000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
- "mmcdev=0\0" \
+ "mmcdev=1\0" \
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \
OpenPOWER on IntegriCloud