From 35b0c3f24f279eb8056e54094cb12310802f6709 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Fri, 12 Jan 2007 20:45:37 +0000 Subject: Updated bootloader for H120/H140 and entirely disabled flashing code for H100 until somebody tests it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11993 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index a872a4a637..e1e52dd4db 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -99,7 +99,8 @@ #define CONFIG_I2C I2C_COLDFIRE /* Define this if you can run rockbox from flash memory */ -#define HAVE_FLASHED_ROCKBOX +/* In theory we can, but somebody needs to verify there are no issues. */ +// #define HAVE_FLASHED_ROCKBOX /* Define if we have a hardware defect that causes ticking on the audio line */ #define HAVE_REMOTE_LCD_TICKING @@ -145,12 +146,14 @@ #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTLOADER_ENTRYPOINT 0x001F0000 -#define FLASH_ENTRYPOINT 0x00001000 -#define FLASH_MAGIC 0xfbfbfbf1 +#define FLASH_RAMIMAGE_ENTRY 0x00001000 +#define FLASH_ROMIMAGE_ENTRY 0x00100000 +#define FLASH_MAGIC 0xfbfbfbf2 /* Define this if there is an EEPROM chip */ -/* Someone with H100 and BDM, please verify if this works. */ -/* #define HAVE_EEPROM */ +/* Someone with H100 and BDM, please verify if this works and remove these + ugly comments then. */ +// #define HAVE_EEPROM #endif /* !SIMULATOR */ -- cgit v1.2.3