mirror of https://github.com/acidanthera/audk.git
EmbeddedPkg: MmcDxe - Recieve response was missing after CMD12
We are not recieving the response from memory card after sending CMD 12. It was not resulting in any failure but we should recieve response after sending a command. Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com> Reviewed-by: Jun Nie <jun.nie@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
17cbf7359f
commit
1cc0f69bbe
|
@ -206,6 +206,7 @@ MmcTransferBlock (
|
|||
if (EFI_ERROR (Status)) {
|
||||
DEBUG ((EFI_D_BLKIO, "%a(): Error and Status:%r\n", __func__, Status));
|
||||
}
|
||||
MmcHost->ReceiveResponse (MmcHost, MMC_RESPONSE_TYPE_R1b, Response);
|
||||
}
|
||||
|
||||
Status = MmcNotifyState (MmcHostInstance, MmcTransferState);
|
||||
|
|
Loading…
Reference in New Issue