Merge "fix(mmc): remove redundant reset_to_idle call" into integration

This commit is contained in:
Manish Pandey 2023-03-21 16:53:14 +01:00 committed by TrustedFirmware Code Review
commit d5a8482f14

View file

@ -452,11 +452,6 @@ static int mmc_send_op_cond(void)
int ret, n;
unsigned int resp_data[4];
ret = mmc_reset_to_idle();
if (ret != 0) {
return ret;
}
for (n = 0; n < SEND_OP_COND_MAX_RETRIES; n++) {
ret = mmc_send_cmd(MMC_CMD(1), OCR_SECTOR_MODE |
OCR_VDD_MIN_2V7 | OCR_VDD_MIN_1V7,