summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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