summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-08-05 20:30:53 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-08-05 20:30:53 +0000
commitd2d55dae769da105d9651f48da08297be0597485 (patch)
tree6b091ac32cadf2c3afca2ee50787991cfe9a3fa8 /firmware
parent954b73265404075ec4d379ddea14e626113a8677 (diff)
Fixed the build errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10465 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h100.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 7310dfa42f..88108c71f7 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -123,8 +123,13 @@
#define BOOTFILE_EXT "iriver"
#define BOOTFILE "rockbox." BOOTFILE_EXT
+#define BOOTLOADER_ENTRYPOINT 0x001F0000
+#define FLASH_ENTRYPOINT 0x00001000
+#define FLASH_MAGIC 0xfbfbfbf1
+
/* Define this if there is an EEPROM chip */
-#define HAVE_EEPROM
+/* Someone with H100 and BDM, please verify if this works. */
+// #define HAVE_EEPROM
#endif /* !SIMULATOR */