Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
34efb683
Unverified
Commit
34efb683
authored
Jan 10, 2019
by
Antonio Niño Díaz
Committed by
GitHub
Jan 10, 2019
Browse files
Merge pull request #1724 from jbech-linaro/emmc_enumeration
mmc: increase delay when initializing mmc
parents
300afb38
7d639429
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/mmc/mmc.c
View file @
34efb683
...
@@ -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
(
1
0
);
}
}
ERROR
(
"CMD1 failed after %d retries
\n
"
,
SEND_OP_COND_MAX_RETRIES
);
ERROR
(
"CMD1 failed after %d retries
\n
"
,
SEND_OP_COND_MAX_RETRIES
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment