diff options
author | Amaury Pouly <pamaury@rockbox.org> | 2011-07-22 15:45:58 +0000 |
---|---|---|
committer | Amaury Pouly <pamaury@rockbox.org> | 2011-07-22 15:45:58 +0000 |
commit | 82f70b8efdbff01a9b76e31f46300465b076f158 (patch) | |
tree | 056fd25a11b7fd29c5f8259c7531bd8623deed70 /firmware/export | |
parent | 85c32dbd12108fc570afdec450b7d73684f37a2d (diff) |
imx233/fuze+: add SD detection support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30196 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/sansafuzeplus.h | 10 |
1 files changed, 3 insertions, 7 deletions
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 */ |