From d565269cfa71b23deae19c17494354855ab096d9 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Tue, 30 Aug 2005 05:40:05 +0000 Subject: 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 --- firmware/export/config-fmrecorder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-fmrecorder.h') 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 @@ #define HAVE_CHARGING 1 /* The start address index for ROM builds */ -#define ROM_START 0x14010 +/* #define ROM_START 0x14010 for behind original Archos */ +#define ROM_START 0x7010 /* for behind BootBox */ /* Software controlled LED */ #define CONFIG_LED LED_REAL -- cgit v1.2.3