1
0
Fork 0
forked from len0rd/rockbox

Disable the D2 SD driver for the time being since there are reports of damaged SD cards.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21999 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2009-07-22 21:15:39 +00:00
parent 23e46b3d98
commit 457eb6b2e9
2 changed files with 2 additions and 2 deletions

View file

@ -1249,7 +1249,7 @@ target/arm/lcd-as-memframe.S
target/arm/tcc780x/adc-tcc780x.c target/arm/tcc780x/adc-tcc780x.c
target/arm/tcc780x/system-tcc780x.c target/arm/tcc780x/system-tcc780x.c
target/arm/tcc780x/kernel-tcc780x.c target/arm/tcc780x/kernel-tcc780x.c
target/arm/tcc780x/sd-tcc780x.c /*target/arm/tcc780x/sd-tcc780x.c*/
target/arm/tcc780x/cowond2/button-cowond2.c target/arm/tcc780x/cowond2/button-cowond2.c
target/arm/tcc780x/cowond2/lcd-cowond2.c target/arm/tcc780x/cowond2/lcd-cowond2.c
target/arm/tcc780x/cowond2/power-cowond2.c target/arm/tcc780x/cowond2/power-cowond2.c

View file

@ -62,7 +62,7 @@
/* define this if you have a flash memory storage */ /* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE #define HAVE_FLASH_STORAGE
#ifndef SIMULATOR #if 0 // #ifndef SIMULATOR
#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) #define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
#define HAVE_MULTIDRIVE #define HAVE_MULTIDRIVE
#define HAVE_HOTSWAP #define HAVE_HOTSWAP