summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
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 @@
99#define CONFIG_I2C I2C_COLDFIRE 99#define CONFIG_I2C I2C_COLDFIRE
100 100
101/* Define this if you can run rockbox from flash memory */ 101/* Define this if you can run rockbox from flash memory */
102#define HAVE_FLASHED_ROCKBOX 102/* In theory we can, but somebody needs to verify there are no issues. */
103// #define HAVE_FLASHED_ROCKBOX
103 104
104/* Define if we have a hardware defect that causes ticking on the audio line */ 105/* Define if we have a hardware defect that causes ticking on the audio line */
105#define HAVE_REMOTE_LCD_TICKING 106#define HAVE_REMOTE_LCD_TICKING
@@ -145,12 +146,14 @@
145#define BOOTFILE "rockbox." BOOTFILE_EXT 146#define BOOTFILE "rockbox." BOOTFILE_EXT
146 147
147#define BOOTLOADER_ENTRYPOINT 0x001F0000 148#define BOOTLOADER_ENTRYPOINT 0x001F0000
148#define FLASH_ENTRYPOINT 0x00001000 149#define FLASH_RAMIMAGE_ENTRY 0x00001000
149#define FLASH_MAGIC 0xfbfbfbf1 150#define FLASH_ROMIMAGE_ENTRY 0x00100000
151#define FLASH_MAGIC 0xfbfbfbf2
150 152
151/* Define this if there is an EEPROM chip */ 153/* Define this if there is an EEPROM chip */
152/* Someone with H100 and BDM, please verify if this works. */ 154/* Someone with H100 and BDM, please verify if this works and remove these
153/* #define HAVE_EEPROM */ 155 ugly comments then. */
156// #define HAVE_EEPROM
154 157
155#endif /* !SIMULATOR */ 158#endif /* !SIMULATOR */
156 159