diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-10-21 23:20:17 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-10-21 23:20:17 +0000 |
| commit | 4f41af374000a00a3e86727ca896c1ff6ac62424 (patch) | |
| tree | a69fbb1081cb7436812e9cc5d0e5a71c821d6d3a | |
| parent | fdbc01c6e24bf2a758d0d5b38dc2c5c5e46bab07 (diff) | |
| download | rockbox-4f41af374000a00a3e86727ca896c1ff6ac62424.zip rockbox-4f41af374000a00a3e86727ca896c1ff6ac62424.tar.gz rockbox-4f41af374000a00a3e86727ca896c1ff6ac62424.tar.bz2 rockbox-4f41af374000a00a3e86727ca896c1ff6ac62424.tar.xz | |
Fix an error and a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15255 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-mrobe500.h | 8 | ||||
| -rw-r--r-- | firmware/export/config.h | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 8bf2852..bd01764 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 46c4d3d..7661ba1 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 |