diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-10-08 21:09:26 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-10-08 21:09:26 +0000 |
commit | f35d2e38fe5911b2bc5a079857202693e7d3ccb4 (patch) | |
tree | f5a11af6c9e6dca4dc7c181c39cd97f9d2016d09 /firmware | |
parent | 4c3897eb154f67ec0231cb1b7a160954c57b6c14 (diff) |
Red-out on the e200/c200 sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15039 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-c200.h | 10 | ||||
-rw-r--r-- | firmware/export/config-e200.h | 11 |
2 files changed, 11 insertions, 10 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index d4c594a91e..dfb688719f 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -110,11 +110,6 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -#ifndef BOOTLOADER -#define HAVE_MULTIVOLUME -#define HAVE_HOTSWAP -#endif - #define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ @@ -156,6 +151,11 @@ /* #define USB_IPODSTYLE */ +#ifndef BOOTLOADER +#define HAVE_MULTIVOLUME +#define HAVE_HOTSWAP +#endif + /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 2528cc0760..5e9103b002 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -104,11 +104,6 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -#ifndef BOOTLOADER -#define HAVE_MULTIVOLUME -#define HAVE_HOTSWAP -#endif - #define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ @@ -148,6 +143,11 @@ #define FIRMWARE_OFFSET_FILE_CRC 0x0 #define FIRMWARE_OFFSET_FILE_DATA 0x8 +#ifndef BOOTLOADER +#define HAVE_MULTIVOLUME +#define HAVE_HOTSWAP +#endif + /* #define USB_IPODSTYLE */ /* USB On-the-go */ @@ -158,6 +158,7 @@ #define USBSTACK_CAPS CONTROLLER_DEVICE */ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |