mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
as3525v2: do not deselect all cards after a SD transfer
Selecting the right card before the transfer will deselect the other one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26290 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f1c3a053a
commit
9112b0b1bb
1 changed files with 0 additions and 5 deletions
|
|
@ -905,11 +905,6 @@ static int sd_transfer_sectors(IF_MD2(int drive,) unsigned long start,
|
|||
|
||||
dma_release();
|
||||
|
||||
/* CMD lines are separate, not common, so we need to actively deselect */
|
||||
/* CMD7 w/rca =0 : deselects card & puts it in STBY state */
|
||||
if(!send_cmd(drive, SD_DESELECT_CARD, 0, MCI_NO_RESP, NULL))
|
||||
return -21;
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
sd_enable(false);
|
||||
led(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue