summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-10-25 09:33:53 +0000
committerDave Chapman <dave@dchapman.com>2007-10-25 09:33:53 +0000
commit347cd866b146d115e3679d53811c4f309190e683 (patch)
tree75575317d14cd3c0d58533e0e6a1a3a5f231e7bb /firmware
parent67d5b2b46884e37383228bfbbfc58326a602c422 (diff)
downloadrockbox-347cd866b146d115e3679d53811c4f309190e683.tar.gz
rockbox-347cd866b146d115e3679d53811c4f309190e683.zip
Rename TMS320DSC25 CONFIG_CPU value to DSC25 to prevent confusion with TMS320DM320
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15300 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7661ba18d7..0801409cd4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -48,7 +48,7 @@
48#define PP5024 5024 48#define PP5024 5024
49#define PNX0101 101 49#define PNX0101 101
50#define S3C2440 2440 50#define S3C2440 2440
51#define TMS320DSC25 25 51#define DSC25 25
52#define DM320 320 52#define DM320 320
53#define IMX31L 31 53#define IMX31L 31
54 54
@@ -311,7 +311,7 @@
311 311
312/* define for all cpus from ARM family */ 312/* define for all cpus from ARM family */
313#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \ 313#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \
314 || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == IMX31L) || (CONFIG_CPU == DM320) 314 || (CONFIG_CPU == DSC25) || (CONFIG_CPU == IMX31L) || (CONFIG_CPU == DM320)
315#define CPU_ARM 315#define CPU_ARM
316#endif 316#endif
317 317