From 347cd866b146d115e3679d53811c4f309190e683 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 25 Oct 2007 09:33:53 +0000 Subject: 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 --- firmware/export/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') 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 @@ #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 -- cgit v1.2.3