summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-07-22 15:45:58 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-07-22 15:45:58 +0000
commit82f70b8efdbff01a9b76e31f46300465b076f158 (patch)
tree056fd25a11b7fd29c5f8259c7531bd8623deed70 /firmware/export/config/sansafuzeplus.h
parent85c32dbd12108fc570afdec450b7d73684f37a2d (diff)
downloadrockbox-82f70b8efdbff01a9b76e31f46300465b076f158.tar.gz
rockbox-82f70b8efdbff01a9b76e31f46300465b076f158.zip
imx233/fuze+: add SD detection supportbootloader_ams_v4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30196 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h10
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 @@
118#define HAVE_FLASH_STORAGE 118#define HAVE_FLASH_STORAGE
119 119
120/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 120/* define this if the flash memory uses the SecureDigital Memory Card protocol */
121#ifdef BOOTLOADER 121#define CONFIG_STORAGE (STORAGE_SD | STORAGE_MMC)
122# define CONFIG_STORAGE STORAGE_MMC 122#define NUM_DRIVES 2
123#else 123#define HAVE_HOTSWAP
124# define CONFIG_STORAGE (STORAGE_SD | STORAGE_MMC)
125# define NUM_DRIVES 2
126# define HAVE_HOTSWAP
127#endif
128 124
129/* todo */ 125/* todo */
130#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */ 126#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */