Unverified Commit 34efb683 authored by Antonio Niño Díaz's avatar Antonio Niño Díaz Committed by GitHub
Browse files

Merge pull request #1724 from jbech-linaro/emmc_enumeration

mmc: increase delay when initializing mmc
Showing with 1 addition and 1 deletion
+1 -1
...@@ -405,7 +405,7 @@ static int mmc_send_op_cond(void) ...@@ -405,7 +405,7 @@ static int mmc_send_op_cond(void)
return 0; return 0;
} }
mdelay(1); mdelay(10);
} }
ERROR("CMD1 failed after %d retries\n", SEND_OP_COND_MAX_RETRIES); ERROR("CMD1 failed after %d retries\n", SEND_OP_COND_MAX_RETRIES);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment