diff options
-rw-r--r-- | drivers/mmc/mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index 50e87c1d..450bd0b5 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -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); |