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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 8df596665f..8ce7ee61a3 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -160,6 +160,12 @@
160#define HAVE_DIRCACHE 1 160#define HAVE_DIRCACHE 1
161#endif 161#endif
162 162
163/* Determine if accesses should be strictly long aligned. */
164#if (CONFIG_CPU == SH7034) || (CONFIG_CPU == PNX0101) \
165 || (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
166#define ROCKBOX_STRICT_ALIGN 1
167#endif
168
163/* define for all cpus from coldfire family */ 169/* define for all cpus from coldfire family */
164#if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250) 170#if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250)
165#define CPU_COLDFIRE 171#define CPU_COLDFIRE