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