From d052ced874172e95fdc1d096205ac4dfe38907f3 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 26 Nov 2009 16:57:30 +0000 Subject: Merge branch 'hotswap' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23759 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx747.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-ondavx747.h') diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index c4fc39bfc0..046aeff5c8 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -167,11 +167,19 @@ #define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */ +/* +No access to the NAND yet.. + #define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) #define NUM_DRIVES 2 +*/ +#define CONFIG_STORAGE (STORAGE_SD) +#define NUM_DRIVES 1 +#define HAVE_HOTSWAP_STORAGE_AS_MAIN +#define INCLUDE_TIMEOUT_API /* Define this if media can be exchanged on the fly */ -//#define HAVE_HOTSWAP +#define HAVE_HOTSWAP /* Define this if you have a Ingenic JZ4732 */ #define CONFIG_CPU JZ4732 -- cgit v1.2.3