summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index b0808ca1d3..6e1e2f480b 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -564,7 +564,7 @@ static int sd_init_card(const int drive)
564 problems with some SD cards (particularly 16 GB and bigger cards). 564 problems with some SD cards (particularly 16 GB and bigger cards).
565 Preferably we should handle this properly instead of using a delay, 565 Preferably we should handle this properly instead of using a delay,
566 see also FS#11870. */ 566 see also FS#11870. */
567 udelay(100000); 567 sleep(HZ/10);
568 568
569 /* We need to go back to STBY state now so we can read csd */ 569 /* We need to go back to STBY state now so we can read csd */
570 /* CMD7 w/rca=0: Deselect card to put it in STBY state */ 570 /* CMD7 w/rca=0: Deselect card to put it in STBY state */