diff options
author | Jens Arnold <amiconn@rockbox.org> | 2004-11-20 00:55:25 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2004-11-20 00:55:25 +0000 |
commit | 4820177214729870d6c0a4879bbe41855f3d3671 (patch) | |
tree | 6ef189bf9d459a044674d7928a5b54542baab1e2 /firmware/export | |
parent | cbf9da4b60c7def6dc6a204a172272ef4157aef4 (diff) |
Enable building flashed rockbox and rombox for players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5446 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index d935a58edc..0b75f6eefa 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -50,6 +50,9 @@ /* Define this if the platform can charge batteries */ #define HAVE_CHARGING 1 +/* The start address index for ROM builds */ +#define ROM_START 0xD010 + /* Define this for programmable LED available */ #define HAVE_LED |