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)
downloadrockbox-d2d55dae769da105d9651f48da08297be0597485.tar.gz
rockbox-d2d55dae769da105d9651f48da08297be0597485.zip
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 @@
123#define BOOTFILE_EXT "iriver" 123#define BOOTFILE_EXT "iriver"
124#define BOOTFILE "rockbox." BOOTFILE_EXT 124#define BOOTFILE "rockbox." BOOTFILE_EXT
125 125
126#define BOOTLOADER_ENTRYPOINT 0x001F0000
127#define FLASH_ENTRYPOINT 0x00001000
128#define FLASH_MAGIC 0xfbfbfbf1
129
126/* Define this if there is an EEPROM chip */ 130/* Define this if there is an EEPROM chip */
127#define HAVE_EEPROM 131/* Someone with H100 and BDM, please verify if this works. */
132// #define HAVE_EEPROM
128 133
129#endif /* !SIMULATOR */ 134#endif /* !SIMULATOR */
130 135