summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-08-30 05:40:05 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-08-30 05:40:05 +0000
commitd565269cfa71b23deae19c17494354855ab096d9 (patch)
treedc332a6fad8c133c131d3c619f2742fd7d04b1c3 /firmware/export/config-recorder.h
parent0cfb5d44b39dd50792be8e26aba6a41b378d2fd8 (diff)
downloadrockbox-d565269cfa71b23deae19c17494354855ab096d9.tar.gz
rockbox-d565269cfa71b23deae19c17494354855ab096d9.zip
Change ROMbox to use BootBox-suitable start address. This will "break" it until the BootBox "rollout", with v2.5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7420 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 4df6fbfc6d..8abcb8b390 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -65,7 +65,8 @@
65#define HAVE_CHARGING 1 65#define HAVE_CHARGING 1
66 66
67/* The start address index for ROM builds */ 67/* The start address index for ROM builds */
68#define ROM_START 0x11010 68/* #define ROM_START 0x11010 for behind original Archos */
69#define ROM_START 0x7010 /* for behind BootBox */
69 70
70/* Software controlled LED */ 71/* Software controlled LED */
71#define CONFIG_LED LED_REAL 72#define CONFIG_LED LED_REAL