summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-03-26 18:36:31 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-03-26 18:36:31 +0000
commita33d5d7926ba83530063f719df0177c6ffe33c3a (patch)
tree79b86d5caad832b758aba723ef5b92e16d716236 /firmware/export/config.h
parente9721bff5822b474efc457720212d68293f95a14 (diff)
downloadrockbox-a33d5d7926ba83530063f719df0177c6ffe33c3a.tar.gz
rockbox-a33d5d7926ba83530063f719df0177c6ffe33c3a.zip
Fixed the define in config.h and more tagcache alignment issues.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9266 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5ac333d5e4..f99007304d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -192,7 +192,7 @@
192#endif 192#endif
193 193
194/* Determine if accesses should be strictly long aligned. */ 194/* Determine if accesses should be strictly long aligned. */
195#if (CONFIG_CPU == SH7034) || (CONFIG_CPU == CPU_ARM) 195#if (CONFIG_CPU == SH7034) || defined(CPU_ARM)
196#define ROCKBOX_STRICT_ALIGN 1 196#define ROCKBOX_STRICT_ALIGN 1
197#endif 197#endif
198 198