From b7a4e101cb1bc8b01a1e6182939a33919814664f Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sat, 13 Oct 2007 14:53:34 +0000 Subject: M:Robe - Fix compilation and remove some warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15095 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 7c55ee88a3..46d4336e70 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -307,8 +307,7 @@ /* define for all cpus from ARM family */ #if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \ - || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == DM320) \ - || (CONFIG_CPU == IMX31L) + || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == IMX31L) #define CPU_ARM #endif -- cgit v1.2.3