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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/system-target.h b/firmware/target/arm/system-target.h
index 8dcbf0f9da..2a72b524f7 100644
--- a/firmware/target/arm/system-target.h
+++ b/firmware/target/arm/system-target.h
@@ -108,7 +108,7 @@ static inline unsigned int processor_id(void)
108/* Certain data needs to be out of the way of cache line interference 108/* Certain data needs to be out of the way of cache line interference
109 * such as data for COP use or for use with UNCACHED_ADDR */ 109 * such as data for COP use or for use with UNCACHED_ADDR */
110#define PROC_NEEDS_CACHEALIGN 110#define PROC_NEEDS_CACHEALIGN
111#define CACHEALIGN_BITS (5) /* 2^5 = 32 bytes */ 111#define CACHEALIGN_BITS (4) /* 2^4 = 16 bytes */
112 112
113/** cache functions **/ 113/** cache functions **/
114#ifndef BOOTLOADER 114#ifndef BOOTLOADER