From 0af42777ee5d869886148f1a19d778fa3077564f Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 5 Apr 2009 13:14:46 +0000 Subject: Move CPU_MIPS #define up so ROCKBOX_STRICT_ALIGN actually gets defined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20625 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 45dd5d2394..3b3333b11a 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -599,15 +599,15 @@ Lyre prototype 1*/ #define ARM_ARCH 4 /* ARMv4 */ #endif +#if (CONFIG_CPU == JZ4732) +#define CPU_MIPS 32 +#endif + /* Determine if accesses should be strictly long aligned. */ #if (CONFIG_CPU == SH7034) || defined(CPU_ARM) || defined(CPU_MIPS) #define ROCKBOX_STRICT_ALIGN 1 #endif -#if (CONFIG_CPU == JZ4732) -#define CPU_MIPS 32 -#endif - #ifndef CODEC_SIZE #define CODEC_SIZE 0 #endif -- cgit v1.2.3