summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h8
1 files 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*/
599#define ARM_ARCH 4 /* ARMv4 */ 599#define ARM_ARCH 4 /* ARMv4 */
600#endif 600#endif
601 601
602#if (CONFIG_CPU == JZ4732)
603#define CPU_MIPS 32
604#endif
605
602/* Determine if accesses should be strictly long aligned. */ 606/* Determine if accesses should be strictly long aligned. */
603#if (CONFIG_CPU == SH7034) || defined(CPU_ARM) || defined(CPU_MIPS) 607#if (CONFIG_CPU == SH7034) || defined(CPU_ARM) || defined(CPU_MIPS)
604#define ROCKBOX_STRICT_ALIGN 1 608#define ROCKBOX_STRICT_ALIGN 1
605#endif 609#endif
606 610
607#if (CONFIG_CPU == JZ4732)
608#define CPU_MIPS 32
609#endif
610
611#ifndef CODEC_SIZE 611#ifndef CODEC_SIZE
612#define CODEC_SIZE 0 612#define CODEC_SIZE 0
613#endif 613#endif