summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-02-04 19:27:07 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-02-10 23:14:26 +0100
commit1f4f7369eebfea85b9cb74a7ecae04b05bf44d07 (patch)
tree18b4d3908b749b9841109e03b33736eb95f3ec0b /firmware/export/config
parentf982ea63989694f47bf8508883ddaa685d71fdf4 (diff)
downloadrockbox-1f4f7369eebfea85b9cb74a7ecae04b05bf44d07.tar.gz
rockbox-1f4f7369eebfea85b9cb74a7ecae04b05bf44d07.zip
imx233: add support for sd/mmc probing
zenxfi2: add support for internal storage on the SD version The code can now skip devices marked as PROBE if they fail to init, thus making it possible to handle various kinds of internal storages. The current code probably doesn't interplay nicely since it acquires pins and never release them so it will probably break NAND code when it's ready but NAND code is not ready yet anyway. Change-Id: I4cb962de4215661e521743a3f511445dbbf28673
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/creativezenxfi2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/creativezenxfi2.h b/firmware/export/config/creativezenxfi2.h
index 020d7433cf..d60f9a4277 100644
--- a/firmware/export/config/creativezenxfi2.h
+++ b/firmware/export/config/creativezenxfi2.h
@@ -132,7 +132,7 @@
132 132
133/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 133/* define this if the flash memory uses the SecureDigital Memory Card protocol */
134#define CONFIG_STORAGE (/*STORAGE_NAND |*/ STORAGE_SD) 134#define CONFIG_STORAGE (/*STORAGE_NAND |*/ STORAGE_SD)
135#define NUM_DRIVES 1 135#define NUM_DRIVES 2
136#define HAVE_MULTIDRIVE 136#define HAVE_MULTIDRIVE
137#define HAVE_MULTIVOLUME 137#define HAVE_MULTIVOLUME
138#define HAVE_HOTSWAP_STORAGE_AS_MAIN 138#define HAVE_HOTSWAP_STORAGE_AS_MAIN