summaryrefslogtreecommitdiffstats
path: root/firmware/export
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2007-01-12 20:45:37 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2007-01-12 20:45:37 +0000
commit35b0c3f24f279eb8056e54094cb12310802f6709 (patch)
tree6d62a43aaef81d9dd9cc6a17cebec79010b1ba9d /firmware/export
parent73cd9f3b63718d1fe927e7ef4294ed902e8a1b73 (diff)
downloadrockbox-35b0c3f24f279eb8056e54094cb12310802f6709.tar.gz
rockbox-35b0c3f24f279eb8056e54094cb12310802f6709.zip
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h13
1 files changed, 8 insertions, 5 deletions
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 */