diff options
author | Stefan Roese <sr@denx.de> | 2015-06-29 12:58:08 (GMT) |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-07-10 12:54:00 (GMT) |
commit | 29905a451b7ecf86785a4404e926fb14a8daced3 (patch) | |
tree | 5476bbf318c2a63d860ed36198c2b03012f4839b /drivers/crypto | |
parent | fca6105200b408d2a12acb0ef6e7cb530d773eef (diff) | |
download | u-boot-fsl-qoriq-29905a451b7ecf86785a4404e926fb14a8daced3.tar.xz |
mmc: sdhci: Use timer based timeout detection in sdhci_send_command()
The loop counter based timeout detection does not work on the Armada
38x based board (DB-88F6820-GP). At least with dcache enabled a
timeout is detected. Without dcache enabled, the timeout does not
occur. Increasing the loop counter solves this issue. But a better
solution is to use a timer based timeout detection instead. This
patch now implements this timer based detection.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'drivers/crypto')
0 files changed, 0 insertions, 0 deletions