From f35d2e38fe5911b2bc5a079857202693e7d3ccb4 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 8 Oct 2007 21:09:26 +0000 Subject: Red-out on the e200/c200 sims. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15039 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-c200.h | 10 +++++----- 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 -- cgit v1.2.3