summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-player.h3
-rwxr-xr-xtools/configure4
2 files changed, 5 insertions, 2 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 @@
50/* Define this if the platform can charge batteries */ 50/* Define this if the platform can charge batteries */
51#define HAVE_CHARGING 1 51#define HAVE_CHARGING 1
52 52
53/* The start address index for ROM builds */
54#define ROM_START 0xD010
55
53/* Define this for programmable LED available */ 56/* Define this for programmable LED available */
54#define HAVE_LED 57#define HAVE_LED
55 58
diff --git a/tools/configure b/tools/configure
index 973c785431..e30da3e8c3 100755
--- a/tools/configure
+++ b/tools/configure
@@ -268,8 +268,8 @@ if [ -z "$archos" ]; then
268 tool="$rootdir/tools/scramble" 268 tool="$rootdir/tools/scramble"
269 output="archos.mod" 269 output="archos.mod"
270 appextra="player" 270 appextra="player"
271 archosrom="" 271 archosrom="$pwd/rombox.ucl"
272 flash="" 272 flash="$pwd/rockbox.ucl"
273 plugins="yes" 273 plugins="yes"
274 ;; 274 ;;
275 275