summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-mrobe500.h3
-rw-r--r--firmware/export/config.h3
2 files changed, 3 insertions, 3 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 */
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7c55ee88a3..46d4336e70 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -307,8 +307,7 @@
307 307
308/* define for all cpus from ARM family */ 308/* define for all cpus from ARM family */
309#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \ 309#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \
310 || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == DM320) \ 310 || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == IMX31L)
311 || (CONFIG_CPU == IMX31L)
312#define CPU_ARM 311#define CPU_ARM
313#endif 312#endif
314 313