summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-02-23 12:48:23 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:29 +0800
commite8da4c40a875283230c83358438695c46ba0b0ed (patch)
tree6869deefab1816e439dfe45e019e50769236b414 /include
parent7810c81124f8816fa0a3540f87111786e977fc99 (diff)
downloadu-boot-imx-e8da4c40a875283230c83358438695c46ba0b0ed.zip
u-boot-imx-e8da4c40a875283230c83358438695c46ba0b0ed.tar.gz
u-boot-imx-e8da4c40a875283230c83358438695c46ba0b0ed.tar.bz2
MLK-12434-4: mx6sxsabresd: 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 fb53c90269ead4f72028fd9bcc764e4924921a30)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sxsabresd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index aff7a24..26aa157 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -58,6 +58,7 @@
"mmcdev=2\0" \
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
+ "mmcautodetect=yes\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \
"root=${mmcroot}\0" \
"loadbootscript=" \