summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-05 13:14:46 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-05 13:14:46 +0000
commit0af42777ee5d869886148f1a19d778fa3077564f (patch)
tree999afe91579e4bb06ab750eaf95a90cc0715be93 /firmware/export/config.h
parent697869e89203d33c4fba8ffbdde7b5bf0486f8ed (diff)
downloadrockbox-0af42777ee5d869886148f1a19d778fa3077564f.tar.gz
rockbox-0af42777ee5d869886148f1a19d778fa3077564f.zip
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
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