Merge pull request #1724 from jbech-linaro/emmc_enumeration

mmc: increase delay when initializing mmc
This commit is contained in:
Antonio Niño Díaz 2019-01-10 09:23:42 +00:00 committed by GitHub
commit 34efb683e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);