summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2009-08-12 19:14:46 +0000
committerRob Purchase <shotofadds@rockbox.org>2009-08-12 19:14:46 +0000
commit4c5ae4b06853a8aee9a4bda7d06e148a52d20285 (patch)
treee1ad2d5ef4e610e2a6bb08197940cf4d17af5627
parente3f36a1f473d2f9503c4e6adfc82de6db8ea1a20 (diff)
downloadrockbox-4c5ae4b06853a8aee9a4bda7d06e148a52d20285.tar.gz
rockbox-4c5ae4b06853a8aee9a4bda7d06e148a52d20285.zip
D2: Re-enable SD(HC) driver as there have been no further reports of damaged cards.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22283 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/SOURCES2
-rw-r--r--firmware/export/config-cowond2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index bed22c97c8..6b641a4b2e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1253,7 +1253,7 @@ target/arm/lcd-as-memframe.S
1253target/arm/tcc780x/adc-tcc780x.c 1253target/arm/tcc780x/adc-tcc780x.c
1254target/arm/tcc780x/system-tcc780x.c 1254target/arm/tcc780x/system-tcc780x.c
1255target/arm/tcc780x/kernel-tcc780x.c 1255target/arm/tcc780x/kernel-tcc780x.c
1256/*target/arm/tcc780x/sd-tcc780x.c*/ 1256target/arm/tcc780x/sd-tcc780x.c
1257target/arm/tcc780x/cowond2/button-cowond2.c 1257target/arm/tcc780x/cowond2/button-cowond2.c
1258target/arm/tcc780x/cowond2/lcd-cowond2.c 1258target/arm/tcc780x/cowond2/lcd-cowond2.c
1259target/arm/tcc780x/cowond2/power-cowond2.c 1259target/arm/tcc780x/cowond2/power-cowond2.c
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index cd54c791b8..0637a70a34 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -62,7 +62,7 @@
62/* define this if you have a flash memory storage */ 62/* define this if you have a flash memory storage */
63#define HAVE_FLASH_STORAGE 63#define HAVE_FLASH_STORAGE
64 64
65#if 0 // #ifndef SIMULATOR 65#ifndef SIMULATOR
66#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) 66#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
67#define HAVE_MULTIDRIVE 67#define HAVE_MULTIDRIVE
68#define HAVE_HOTSWAP 68#define HAVE_HOTSWAP