summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-10-13 14:53:34 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-10-13 14:53:34 +0000
commitb7a4e101cb1bc8b01a1e6182939a33919814664f (patch)
tree752aeda80de82349a6215695b94105ce664e721f /firmware/export/config-mrobe500.h
parentc9d1ab721870b622a3698cd9b1ee9c451fabf85a (diff)
downloadrockbox-b7a4e101cb1bc8b01a1e6182939a33919814664f.tar.gz
rockbox-b7a4e101cb1bc8b01a1e6182939a33919814664f.zip
M:Robe - Fix compilation and remove some warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15095 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 328797c79e..cd83c5aa4d 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -22,6 +22,8 @@
22 */ 22 */
23#define TARGET_TREE /* this target is using the target tree system */ 23#define TARGET_TREE /* this target is using the target tree system */
24 24
25#define CPU_ARM
26
25#define CONFIG_SDRAM_START 0x00900000 27#define CONFIG_SDRAM_START 0x00900000
26 28
27#define OLYMPUS_MROBE_500 1 29#define OLYMPUS_MROBE_500 1
@@ -132,7 +134,6 @@
132#define CONFIG_LCD LCD_MROBE500 134#define CONFIG_LCD LCD_MROBE500
133 135
134/* define this if the backlight can be set to a brightness */ 136/* define this if the backlight can be set to a brightness */
135#define HAVE_BACKLIGHT_SET_FADING
136#define __BACKLIGHT_INIT 137#define __BACKLIGHT_INIT
137 138
138/* Offset ( in the firmware file's header ) to the file CRC */ 139/* Offset ( in the firmware file's header ) to the file CRC */