diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2009-07-22 21:15:39 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2009-07-22 21:15:39 +0000 |
| commit | 457eb6b2e9228acff75eaf33eae56e9b91c65a89 (patch) | |
| tree | c50f81b89da41de68546b91a494acc064dc1430c | |
| parent | 23e46b3d98444cdb2ef542635e82b610eb314997 (diff) | |
| download | rockbox-457eb6b2e9228acff75eaf33eae56e9b91c65a89.zip rockbox-457eb6b2e9228acff75eaf33eae56e9b91c65a89.tar.gz rockbox-457eb6b2e9228acff75eaf33eae56e9b91c65a89.tar.bz2 rockbox-457eb6b2e9228acff75eaf33eae56e9b91c65a89.tar.xz | |
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
| -rw-r--r-- | firmware/SOURCES | 2 | ||||
| -rw-r--r-- | firmware/export/config-cowond2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 80e5cf2..3a6e49d 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1249,7 +1249,7 @@ target/arm/lcd-as-memframe.S target/arm/tcc780x/adc-tcc780x.c target/arm/tcc780x/system-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/lcd-cowond2.c target/arm/tcc780x/cowond2/power-cowond2.c diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 0637a70..cd54c79 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -62,7 +62,7 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -#ifndef SIMULATOR +#if 0 // #ifndef SIMULATOR #define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) #define HAVE_MULTIDRIVE #define HAVE_HOTSWAP |