diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-23 12:49:37 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 13:22:15 +0800 |
commit | ebb43ae292d43817202b71b25368516887f4686b (patch) | |
tree | 077d142c30479b7db0aa3050d459441dc4c61c56 /include | |
parent | fb53c90269ead4f72028fd9bcc764e4924921a30 (diff) | |
download | u-boot-imx-ebb43ae292d43817202b71b25368516887f4686b.zip u-boot-imx-ebb43ae292d43817202b71b25368516887f4686b.tar.gz u-boot-imx-ebb43ae292d43817202b71b25368516887f4686b.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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6sxsabreauto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index f5953e0..0965887 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -35,6 +35,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=" \ |