summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-m200.h15
-rwxr-xr-xtools/configure2
2 files changed, 5 insertions, 12 deletions
diff --git a/firmware/export/config-m200.h b/firmware/export/config-m200.h
index eeac509970..a362b7e1a4 100644
--- a/firmware/export/config-m200.h
+++ b/firmware/export/config-m200.h
@@ -90,8 +90,8 @@
90 90
91#ifndef SIMULATOR 91#ifndef SIMULATOR
92 92
93/* Define this if you have a TCC773L */ 93/* Define this if you have a TCC770 */
94#define CONFIG_CPU TCC773L 94#define CONFIG_CPU TCC770
95 95
96/* Define this if you have ATA power-off control */ 96/* Define this if you have ATA power-off control */
97#define HAVE_ATA_POWER_OFF 97#define HAVE_ATA_POWER_OFF
@@ -99,18 +99,11 @@
99/* Define this to the CPU frequency */ 99/* Define this to the CPU frequency */
100#define CPU_FREQ 120000000 100#define CPU_FREQ 120000000
101 101
102/* Offset ( in the firmware file's header ) to the file length */
103#define FIRMWARE_OFFSET_FILE_LENGTH 0
104
105/* Offset ( in the firmware file's header ) to the file CRC */ 102/* Offset ( in the firmware file's header ) to the file CRC */
106#define FIRMWARE_OFFSET_FILE_CRC 4 103#define FIRMWARE_OFFSET_FILE_CRC 0
107 104
108/* Offset ( in the firmware file's header ) to the real data */ 105/* Offset ( in the firmware file's header ) to the real data */
109#define FIRMWARE_OFFSET_FILE_DATA 6 106#define FIRMWARE_OFFSET_FILE_DATA 8
110
111/* The start address index for ROM builds */
112/* #define ROM_START 0x11010 for behind original Archos */
113#define ROM_START 0x7010 /* for behind BootBox */
114 107
115/* Software controlled LED */ 108/* Software controlled LED */
116#define CONFIG_LED LED_VIRTUAL 109#define CONFIG_LED LED_VIRTUAL
diff --git a/tools/configure b/tools/configure
index f231d092b4..c34ecec382 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1635,7 +1635,7 @@ fi
1635 target_id=48 1635 target_id=48
1636 modelname="m200" 1636 modelname="m200"
1637 target="-DSANSA_M200" 1637 target="-DSANSA_M200"
1638 memory=2 # always 1638 memory=1 # always
1639 arm946cc 1639 arm946cc
1640 tool="$rootdir/tools/scramble -add=m200" 1640 tool="$rootdir/tools/scramble -add=m200"
1641 boottool="$rootdir/tools/scramble -tcc=crc" 1641 boottool="$rootdir/tools/scramble -tcc=crc"