summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h23
1 files changed, 7 insertions, 16 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 0126cdf739..094bd7f7b0 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -107,20 +107,10 @@
107/* Type of LCD TODO: hopefully the same as the x5 but check this*/ 107/* Type of LCD TODO: hopefully the same as the x5 but check this*/
108#define CONFIG_LCD LCD_X5 108#define CONFIG_LCD LCD_X5
109 109
110/* Offset ( in the firmware file's header ) to the file length */ 110/* Offset ( in the firmware file's header ) to the file CRC and data. These are
111#define FIRMWARE_OFFSET_FILE_LENGTH 0x8 111 only used when loading the old format rockbox.e200 file */
112 112#define FIRMWARE_OFFSET_FILE_CRC 0x0
113/* Offset ( in the firmware file's header ) to the file CRC */ 113#define FIRMWARE_OFFSET_FILE_DATA 0x8
114#define FIRMWARE_OFFSET_FILE_CRC 0x0c
115
116/* Offset ( in the firmware file's header ) to the file type */
117#define FIRMWARE_OFFSET_FILE_TYPE 0x1f8
118
119/* Offset ( in the firmware file's header ) to the file model id */
120#define FIRMWARE_OFFSET_FILE_MODEL 0x1fc
121
122/* Offset ( in the firmware file's header ) to the real data */
123#define FIRMWARE_OFFSET_FILE_DATA 0x200
124 114
125/* #define USB_IPODSTYLE */ 115/* #define USB_IPODSTYLE */
126 116
@@ -136,8 +126,9 @@
136/* Define this if you have adjustable CPU frequency */ 126/* Define this if you have adjustable CPU frequency */
137/*#define HAVE_ADJUSTABLE_CPU_FREQ Let's say we don't for now*/ 127/*#define HAVE_ADJUSTABLE_CPU_FREQ Let's say we don't for now*/
138 128
139#define BOOTFILE_EXT "e200" 129#define BOOTFILE_EXT "mi4"
140#define BOOTFILE "rockbox." BOOTFILE_EXT 130#define BOOTFILE "rockbox." BOOTFILE_EXT
131#define OLD_BOOTFILE "rockbox.e200"
141 132
142#define ICODE_ATTR_TREMOR_NOT_MDCT 133#define ICODE_ATTR_TREMOR_NOT_MDCT
143 134