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 9ad1d44e19..7cb452d3cb 100644
--- a/firmware/export/imx31l.h
+++ b/firmware/export/imx31l.h
@@ -38,7 +38,7 @@
38#define FRAME ((void *)(FRAME_PHYS_ADDR+0x100000-CSD0_BASE_ADDR)) 38#define FRAME ((void *)(FRAME_PHYS_ADDR+0x100000-CSD0_BASE_ADDR))
39 39
40#define CACHEALIGN_BITS 5 40#define CACHEALIGN_BITS 5
41#define CACHEALIGN_SIZE (1u << CACHEALIGN_BITS) /* needed by *.link */ 41#define CACHEALIGN_SIZE 32
42#define NOCACHE_BASE CSD0_BASE_ADDR 42#define NOCACHE_BASE CSD0_BASE_ADDR
43 43
44/* USBOTG */ 44/* USBOTG */