From 4c3897eb154f67ec0231cb1b7a160954c57b6c14 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 8 Oct 2007 20:39:46 +0000 Subject: Hopefully take care of FS#7806 - Current Sansapatcher fails to boot OF by removing all hotswap support from the bootloader. It won't fully be closed until Sansapatcher is updated of course. There's still a report of the partition dump not working unless 20 bytes of padding are inserted at the start of main() but that's only a developer-enabled feature. Seems weird though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15038 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-e200.h') diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 3bde3fc204..2528cc0760 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -104,7 +104,10 @@ /* 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 */ @@ -140,8 +143,6 @@ /* Type of LCD TODO: hopefully the same as the x5 but check this*/ #define CONFIG_LCD LCD_X5 -#define HAVE_HOTSWAP - /* Offset ( in the firmware file's header ) to the file CRC and data. These are only used when loading the old format rockbox.e200 file */ #define FIRMWARE_OFFSET_FILE_CRC 0x0 -- cgit v1.2.3