summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-11-27 10:13:18 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-11-27 10:13:18 +0000
commit2dcc515d15d803675f561f3a375cb0fa55377394 (patch)
treee55afbb706c8e99a136651cbf809c668b2696186 /firmware
parent8972744ea98c46d76ffdce46ec2a254cfec315a3 (diff)
downloadrockbox-2dcc515d15d803675f561f3a375cb0fa55377394.tar.gz
rockbox-2dcc515d15d803675f561f3a375cb0fa55377394.zip
Undo r28682. Bad idea...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28683 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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 @@
#define FRAME ((void *)(FRAME_PHYS_ADDR+0x100000-CSD0_BASE_ADDR))
#define CACHEALIGN_BITS 5
-#define CACHEALIGN_SIZE (1u << CACHEALIGN_BITS) /* needed by *.link */
+#define CACHEALIGN_SIZE 32
#define NOCACHE_BASE CSD0_BASE_ADDR
/* USBOTG */