]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg/MmcDxe: Fix the CMD3 sequence
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Aug 2011 16:12:13 +0000 (16:12 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Aug 2011 16:12:13 +0000 (16:12 +0000)
commitd8ad4736afb60d282e07530733831015321e547f
tree2055ec29a7b612b838f87ab90a26fadfeb2e0c55
parent969ece79f161fb4ddcb2b370af7975a66b8f58e7
EmbeddedPkg/MmcDxe: Fix the CMD3 sequence

In the former version, we were checking the card was in the new state (Standby state).
But the transition to the nez state is only visible in the response of the next command.
This commit removes the check on the MMC state.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12130 6f19259b-4bc3-4df7-8a09-765794883524
EmbeddedPkg/Universal/MmcDxe/MmcBlockIo.c