summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sd-as3525v2.c')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index f1d21c04ab..45525610b3 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -571,6 +571,8 @@ static int sd_init_card(const int drive)
571 MCI_RESP|MCI_LONG_RESP, card_info[drive].csd)) 571 MCI_RESP|MCI_LONG_RESP, card_info[drive].csd))
572 return -11; 572 return -11;
573 573
574 mci_delay();
575
574 sd_parse_csd(&card_info[drive]); 576 sd_parse_csd(&card_info[drive]);
575 577
576 if(drive == INTERNAL_AS3525) /* The OF is stored in the first blocks */ 578 if(drive == INTERNAL_AS3525) /* The OF is stored in the first blocks */