From 82f70b8efdbff01a9b76e31f46300465b076f158 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 22 Jul 2011 15:45:58 +0000 Subject: imx233/fuze+: add SD detection support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30196 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuzeplus.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'firmware/export/config/sansafuzeplus.h') diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index e0dc76a766..4c3cd6014b 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -118,13 +118,9 @@ #define HAVE_FLASH_STORAGE /* define this if the flash memory uses the SecureDigital Memory Card protocol */ -#ifdef BOOTLOADER -# define CONFIG_STORAGE STORAGE_MMC -#else -# define CONFIG_STORAGE (STORAGE_SD | STORAGE_MMC) -# define NUM_DRIVES 2 -# define HAVE_HOTSWAP -#endif +#define CONFIG_STORAGE (STORAGE_SD | STORAGE_MMC) +#define NUM_DRIVES 2 +#define HAVE_HOTSWAP /* todo */ #define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */ -- cgit v1.2.3