summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-mrobe500.h8
-rw-r--r--firmware/export/config.h2
2 files changed, 3 insertions, 7 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 8bf2852d18..bd0176452f 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -16,16 +16,12 @@
* KIND, either express or implied.
*
****************************************************************************/
-
+
/*
- * This config file is for toshiba Gigabeat F
+ * This config file is for the M:Robe 500i
*/
#define TARGET_TREE /* this target is using the target tree system */
-#if CONFIG_CPU == DM320
-#define CPU_ARM
-#endif
-
#define CONFIG_SDRAM_START 0x00900000
#define OLYMPUS_MROBE_500 1
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 46c4d3dfd2..7661ba18d7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -311,7 +311,7 @@
/* define for all cpus from ARM family */
#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \
- || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == IMX31L)
+ || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == IMX31L) || (CONFIG_CPU == DM320)
#define CPU_ARM
#endif