mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 23:04:50 +00:00
Merge pull request #1724 from jbech-linaro/emmc_enumeration
mmc: increase delay when initializing mmc
This commit is contained in:
commit
34efb683e3
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ static int mmc_send_op_cond(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
mdelay(1);
|
||||
mdelay(10);
|
||||
}
|
||||
|
||||
ERROR("CMD1 failed after %d retries\n", SEND_OP_COND_MAX_RETRIES);
|
||||
|
|
Loading…
Add table
Reference in a new issue