diff options
| -rw-r--r-- | firmware/export/config-player.h | 3 | ||||
| -rwxr-xr-x | tools/configure | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index d935a58..0b75f6e 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 diff --git a/tools/configure b/tools/configure index 973c785..e30da3e 100755 --- a/tools/configure +++ b/tools/configure @@ -268,8 +268,8 @@ if [ -z "$archos" ]; then tool="$rootdir/tools/scramble" output="archos.mod" appextra="player" - archosrom="" - flash="" + archosrom="$pwd/rombox.ucl" + flash="$pwd/rockbox.ucl" plugins="yes" ;; |