diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2008-03-03 23:43:19 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2008-03-03 23:43:19 +0000 |
commit | 5b5e8b0bdf002e58d6e711fbdcba0891f4b21c43 (patch) | |
tree | e360cb6f413f64d6e0c831da40e2fc738db279b0 /firmware | |
parent | 90bcefab687d8b368ce58d201ec52faf290e5069 (diff) |
Add D2 option to scramble
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16505 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-cowond2.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 4f2d11e424..cbe96f8a92 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -4,7 +4,7 @@ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ -#define MODEL_NUMBER 34 +#define MODEL_NUMBER 24 /* define this if you have recording possibility */ //#define HAVE_RECORDING @@ -115,18 +115,11 @@ /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -/* Offset ( in the firmware file's header ) to the file length */ -#define FIRMWARE_OFFSET_FILE_LENGTH 0 - /* Offset ( in the firmware file's header ) to the file CRC */ -#define FIRMWARE_OFFSET_FILE_CRC 4 +#define FIRMWARE_OFFSET_FILE_CRC 0 /* Offset ( in the firmware file's header ) to the real data */ -#define FIRMWARE_OFFSET_FILE_DATA 6 - -/* The start address index for ROM builds */ -/* #define ROM_START 0x11010 for behind original Archos */ -#define ROM_START 0x7010 /* for behind BootBox */ +#define FIRMWARE_OFFSET_FILE_DATA 8 /* Software controlled LED */ #define CONFIG_LED LED_VIRTUAL |