sd-as3525.c: disable wide bus, it corrupts writes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27087 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7edf65d2d2
commit
b4ce43f5cc
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ static int sd_init_card(const int drive)
|
|||
if(!send_cmd(drive, SD_SELECT_CARD, card_info[drive].rca, MCI_RESP|MCI_ARG, &response))
|
||||
return -10;
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
#if 0 /* FIXME : it seems that write corrupts the filesystem */
|
||||
/* Switch to to 4 bit widebus mode */
|
||||
if(sd_wait_for_tran_state(drive) < 0)
|
||||
return -11;
|
||||
|
|
Loading…
Reference in a new issue