summaryrefslogtreecommitdiff
path: root/firmware/export
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
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')
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rw-r--r--firmware/export/config-player.h3
-rw-r--r--firmware/export/config-recorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
6 files changed, 12 insertions, 6 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index cf2e65addf..188c60a5c2 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -74,7 +74,8 @@
74#define HAVE_CHARGING 1 74#define HAVE_CHARGING 1
75 75
76/* The start address index for ROM builds */ 76/* The start address index for ROM builds */
77#define ROM_START 0x14010 77/* #define ROM_START 0x14010 for behind original Archos */
78#define ROM_START 0x7010 /* for behind BootBox */
78 79
79/* Software controlled LED */ 80/* Software controlled LED */
80#define CONFIG_LED LED_REAL 81#define CONFIG_LED LED_REAL
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index a384bae5b6..7ec82285aa 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -64,7 +64,8 @@
64#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */ 64#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
65 65
66/* The start address index for ROM builds */ 66/* The start address index for ROM builds */
67#define ROM_START 0x16010 67/* #define ROM_START 0x16010 for behind original Archos */
68#define ROM_START 0x7010 /* for behind BootBox */
68 69
69/* Define this if the display is mounted upside down */ 70/* Define this if the display is mounted upside down */
70#define HAVE_DISPLAY_FLIPPED 71#define HAVE_DISPLAY_FLIPPED
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index f3ba51209b..478e8f2b70 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -51,7 +51,8 @@
51#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */ 51#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
52 52
53/* The start address index for ROM builds */ 53/* The start address index for ROM builds */
54#define ROM_START 0x12010 54/* #define ROM_START 0x12010 for behind original Archos */
55#define ROM_START 0x7010 /* for behind BootBox */
55 56
56/* Define this if the display is mounted upside down */ 57/* Define this if the display is mounted upside down */
57#define HAVE_DISPLAY_FLIPPED 58#define HAVE_DISPLAY_FLIPPED
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index c2dd7572b7..5163b3dc8b 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -64,7 +64,8 @@
64#define HAVE_CHARGING 1 64#define HAVE_CHARGING 1
65 65
66/* The start address index for ROM builds */ 66/* The start address index for ROM builds */
67#define ROM_START 0xD010 67/* #define ROM_START 0xD010 for behind original Archos */
68#define ROM_START 0x6010 /* for behind BootBox */
68 69
69/* Software controlled LED */ 70/* Software controlled LED */
70#define CONFIG_LED LED_REAL 71#define CONFIG_LED LED_REAL
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
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index da0bb41f80..02430e8a02 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -74,7 +74,8 @@
74#define HAVE_CHARGING 1 74#define HAVE_CHARGING 1
75 75
76/* The start address index for ROM builds */ 76/* The start address index for ROM builds */
77#define ROM_START 0x12010 77/* #define ROM_START 0x12010 for behind original Archos */
78#define ROM_START 0x7010 /* for behind BootBox */
78 79
79/* Software controlled LED */ 80/* Software controlled LED */
80#define CONFIG_LED LED_REAL 81#define CONFIG_LED LED_REAL