summaryrefslogtreecommitdiff
path: root/firmware/export/config-mini2440.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-11-25 23:23:21 +0000
committerThomas Martitz <kugel@rockbox.org>2009-11-25 23:23:21 +0000
commit10753f195bb14413e179ae3091b633c636973760 (patch)
treeca969778ba6d322bc8416c9055cafbb3a6bad660 /firmware/export/config-mini2440.h
parentf2f5b7c85107e2108f9bd0fa4aef63c84057917f (diff)
downloadrockbox-10753f195bb14413e179ae3091b633c636973760.tar.gz
rockbox-10753f195bb14413e179ae3091b633c636973760.zip
Mini2440: Cleanup SD driver a bit, undefine SD_DEBUG for faster transfers, implement hotswap and HAVE_HOTSWAP_STORAGE_AS_MAIN.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mini2440.h')
-rw-r--r--firmware/export/config-mini2440.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-mini2440.h b/firmware/export/config-mini2440.h
index 739489becd..5dad250930 100644
--- a/firmware/export/config-mini2440.h
+++ b/firmware/export/config-mini2440.h
@@ -39,11 +39,11 @@
39/* define the storage type */ 39/* define the storage type */
40#define CONFIG_STORAGE STORAGE_SD 40#define CONFIG_STORAGE STORAGE_SD
41 41
42/*
43#define HAVE_MULTIDRIVE 42#define HAVE_MULTIDRIVE
44#define NUM_DRIVES 2 43#define NUM_DRIVES 1 // no access to NAND yet
45#define HAVE_HOTSWAP 44#define HAVE_HOTSWAP
46*/ 45#define HAVE_HOTSWAP_STORAGE_AS_MAIN
46#define INCLUDE_TIMEOUT_API
47 47
48/* Disk storage */ 48/* Disk storage */
49/* define this if you have a disk storage, i.e. something 49/* define this if you have a disk storage, i.e. something