From 1f4f7369eebfea85b9cb74a7ecae04b05bf44d07 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 4 Feb 2014 19:27:07 +0100 Subject: 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 --- firmware/export/config/creativezenxfi2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config') 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 @@ /* define this if the flash memory uses the SecureDigital Memory Card protocol */ #define CONFIG_STORAGE (/*STORAGE_NAND |*/ STORAGE_SD) -#define NUM_DRIVES 1 +#define NUM_DRIVES 2 #define HAVE_MULTIDRIVE #define HAVE_MULTIVOLUME #define HAVE_HOTSWAP_STORAGE_AS_MAIN -- cgit v1.2.3