summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-06-01 10:51:05 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-06-01 10:51:05 +0000
commitf5db6b9ce360b245ed46aeed9597d1c5d80c6074 (patch)
tree0063c8609cf090ab76d20fd5ccb3fb6f41f202f3
parentde2d99a177ff440303f86da8d1db3b6c3d6c9b26 (diff)
downloadrockbox-f5db6b9ce360b245ed46aeed9597d1c5d80c6074.tar.gz
rockbox-f5db6b9ce360b245ed46aeed9597d1c5d80c6074.zip
Sansa AMS : higher a bit the delay between acmd41 loops, needed for some microsd cards. FS#10268 by Eric Shattow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21152 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/as3525/ata_sd_as3525.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/ata_sd_as3525.c b/firmware/target/arm/as3525/ata_sd_as3525.c
index a0b9b13c0c..826c0971f2 100644
--- a/firmware/target/arm/as3525/ata_sd_as3525.c
+++ b/firmware/target/arm/as3525/ata_sd_as3525.c
@@ -251,6 +251,7 @@ static int sd_init_card(const int drive)
251 mci_delay(); 251 mci_delay();
252 mci_delay(); 252 mci_delay();
253 mci_delay(); 253 mci_delay();
254 mci_delay();
254 255
255 /* app_cmd */ 256 /* app_cmd */
256 if( !send_cmd(drive, SD_APP_CMD, 0, MCI_RESP|MCI_ARG, &response) || 257 if( !send_cmd(drive, SD_APP_CMD, 0, MCI_RESP|MCI_ARG, &response) ||