summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-02-23 12:49:37 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:29 +0800
commitada56a50c577719f7004ecb3674940d445d927d2 (patch)
treee096527f1aa43da026e65806c6c240c8dcdd52c7 /include
parente8da4c40a875283230c83358438695c46ba0b0ed (diff)
downloadu-boot-imx-ada56a50c577719f7004ecb3674940d445d927d2.zip
u-boot-imx-ada56a50c577719f7004ecb3674940d445d927d2.tar.gz
u-boot-imx-ada56a50c577719f7004ecb3674940d445d927d2.tar.bz2
MLK-12434-5: mx6sxsabreauto: dynamic setting mmcdev and mmcroot
Dynamic setting mmcdev and mmcroot for mx6sxsabresd. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit ebb43ae292d43817202b71b25368516887f4686b)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sxsabreauto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index 0742b4b..f479d2b 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -30,6 +30,7 @@
"mmcdev=0\0" \
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
+ "mmcautodetect=yes\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \
"root=${mmcroot}\0" \
"loadbootscript=" \