diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-03 13:16:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-03 13:16:19 +0000 |
commit | 762a6c6d8ac10928fd458006cacca8194bf43ac6 (patch) | |
tree | 2f50c3e428b43304a79cfcb3233872e45ba55423 /firmware/export/config-recorderv2.h | |
parent | 32cd555973ce670f4f947f1bc052fab00c4b0844 (diff) |
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
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r-- | firmware/export/config-recorderv2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 738633dcc5..3187038906 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.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 |