diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-10-25 09:33:53 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-10-25 09:33:53 +0000 |
| commit | 347cd866b146d115e3679d53811c4f309190e683 (patch) | |
| tree | 75575317d14cd3c0d58533e0e6a1a3a5f231e7bb | |
| parent | 67d5b2b46884e37383228bfbbfc58326a602c422 (diff) | |
| download | rockbox-347cd866b146d115e3679d53811c4f309190e683.zip rockbox-347cd866b146d115e3679d53811c4f309190e683.tar.gz rockbox-347cd866b146d115e3679d53811c4f309190e683.tar.bz2 rockbox-347cd866b146d115e3679d53811c4f309190e683.tar.xz | |
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
| -rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 7661ba1..0801409 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -48,7 +48,7 @@ #define PP5024 5024 #define PNX0101 101 #define S3C2440 2440 -#define TMS320DSC25 25 +#define DSC25 25 #define DM320 320 #define IMX31L 31 @@ -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 == DM320) + || (CONFIG_CPU == DSC25) || (CONFIG_CPU == IMX31L) || (CONFIG_CPU == DM320) #define CPU_ARM #endif |