diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-23 12:50:49 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 13:28:10 +0800 |
commit | 3308f3c48c644938c415ead23ed9acedc2fd7981 (patch) | |
tree | 9496d70b236e511e7854610f0b7b31b389ec921f /include | |
parent | ebb43ae292d43817202b71b25368516887f4686b (diff) | |
download | u-boot-imx-3308f3c48c644938c415ead23ed9acedc2fd7981.zip u-boot-imx-3308f3c48c644938c415ead23ed9acedc2fd7981.tar.gz u-boot-imx-3308f3c48c644938c415ead23ed9acedc2fd7981.tar.bz2 |
MLK-12434-6: mx6slevk: dynamic setting mmcdev and mmcroot
Dynamic setting mmcdev and mmcroot for mx6slevk.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6slevk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 5887f9a..7bb1e3e 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -72,6 +72,7 @@ "mmcdev=1\0" \ "mmcpart=1\0" \ "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \ + "mmcautodetect=yes\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ "root=${mmcroot}\0" \ "loadbootscript=" \ |