summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 5635a92b51..ca618139e9 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -118,7 +118,14 @@
118#define BOOTFILE_EXT "iriver" 118#define BOOTFILE_EXT "iriver"
119#define BOOTFILE "rockbox." BOOTFILE_EXT 119#define BOOTFILE "rockbox." BOOTFILE_EXT
120 120
121#endif 121#define BOOTLOADER_ENTRYPOINT 0x001F0000
122#define FLASH_ENTRYPOINT 0x00001000
123#define FLASH_MAGIC 0xfbfbfbf1
124
125/* Define this if there is an EEPROM chip */
126#define HAVE_EEPROM
127
128#endif /* !SIMULATOR */
122 129
123/* Define this for S/PDIF input available */ 130/* Define this for S/PDIF input available */
124#define HAVE_SPDIF_IN 131#define HAVE_SPDIF_IN
@@ -128,3 +135,4 @@
128 135
129/* Define this if you can control the S/PDIF power */ 136/* Define this if you can control the S/PDIF power */
130#define HAVE_SPDIF_POWER 137#define HAVE_SPDIF_POWER
138