summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-09-30 17:12:20 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-09-30 17:12:20 +0000
commit3f9a9a1a01df7c73b569232f96a4170ed8910ea2 (patch)
treece63caadc9db19950436cf48c3fdf484329b3d59 /firmware
parent34308c152206b9c476bf241a93978c0bb624e316 (diff)
downloadrockbox-3f9a9a1a01df7c73b569232f96a4170ed8910ea2.tar.gz
rockbox-3f9a9a1a01df7c73b569232f96a4170ed8910ea2.zip
Fix the bootloader, and give the M:Robe it's own scramble
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14922 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/boot.lds2
-rw-r--r--firmware/export/config-mrobe500.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index 062370bf20..8e6f39a2c8 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -10,7 +10,7 @@ OUTPUT_ARCH(arm)
#ifdef CPU_PP
INPUT(target/arm/crt0-pp-bl.o)
#elif defined(OLYMPUS_MROBE_500)
-INPUT(target/arm/tms320dm320/mrobe-500/crt0.o)
+INPUT(target/arm/tms320dm320/crt0.o)
#else
INPUT(target/arm/crt0.o)
#endif
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index fd64070ad1..7bb7fc57ef 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -27,7 +27,7 @@
#define OLYMPUS_MROBE_500 1
/* For Rolo and boot loader */
-#define MODEL_NUMBER 19
+#define MODEL_NUMBER 22
/* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP