From 457eb6b2e9228acff75eaf33eae56e9b91c65a89 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Wed, 22 Jul 2009 21:15:39 +0000 Subject: 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 --- firmware/export/config-cowond2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-cowond2.h') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 0637a70a34..cd54c791b8 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 -- cgit v1.2.3