summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-target.h')
-rw-r--r--firmware/target/arm/system-target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/system-target.h b/firmware/target/arm/system-target.h
index 157a450743..5d20c397f8 100644
--- a/firmware/target/arm/system-target.h
+++ b/firmware/target/arm/system-target.h
@@ -161,7 +161,6 @@ static inline void wake_core(int core)
161/* Certain data needs to be out of the way of cache line interference 161/* Certain data needs to be out of the way of cache line interference
162 * such as data for COP use or for use with UNCACHED_ADDR */ 162 * such as data for COP use or for use with UNCACHED_ADDR */
163#define PROC_NEEDS_CACHEALIGN 163#define PROC_NEEDS_CACHEALIGN
164#define CACHEALIGN_BITS (4) /* 2^4 = 16 bytes */
165 164
166#if defined(CPU_PP502x) && defined(HAVE_ATA_DMA) 165#if defined(CPU_PP502x) && defined(HAVE_ATA_DMA)
167#define STORAGE_WANTS_ALIGN 166#define STORAGE_WANTS_ALIGN