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.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