commit | 9c72061de3d779bb308a9a2962d7a58d63cbd939 | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Tue Aug 02 15:33:18 2016 +0800 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Aug 16 10:27:07 2016 +0900 |
tree | ffe7465192b843d5ad55552e271207ab423a70a6 | |
parent | 4a9836f258422baa77f648960e7b39b65e3e2a8a [diff] |
mmc: send CMD0 before CMD1 for some MMC cards When the MMC framework was added in u-boot, the mmc_go_idle was added before mmc_send_op_cond_iter in function mmc_send_op_cond annotating that some cards seemed to need this. Actually, we still need to do this in function mmc_complete_op_cond for those cards. This has been verified on Micron MTFC4GACAECN eMMC chip. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>