From 762a6c6d8ac10928fd458006cacca8194bf43ac6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 Sep 2004 13:16:19 +0000 Subject: define the ROM start in the config-*.h file instead and avoid the ifdef in the rom.lds file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5035 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-fmrecorder.h') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 738633dcc5..3187038906 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -54,3 +54,6 @@ /* Define this if the platform has batteries */ #define HAVE_BATTERIES 1 + +/* The start address index for ROM builds */ +#define ROM_START 0x12010 -- cgit