summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/imx31l.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/imx31l.h b/firmware/export/imx31l.h
index 7cb452d..9ad1d44 100644
--- a/firmware/export/imx31l.h
+++ b/firmware/export/imx31l.h
@@ -38,7 +38,7 @@
#define FRAME ((void *)(FRAME_PHYS_ADDR+0x100000-CSD0_BASE_ADDR))
#define CACHEALIGN_BITS 5
-#define CACHEALIGN_SIZE 32
+#define CACHEALIGN_SIZE (1u << CACHEALIGN_BITS) /* needed by *.link */
#define NOCACHE_BASE CSD0_BASE_ADDR
/* USBOTG */