From 177e4c56ee33134bb3ef9da0fe9af66e7f7495e6 Mon Sep 17 00:00:00 2001 From: Buschel Date: Fri, 19 Nov 2010 07:23:31 +0000 Subject: [PATCH] Reinsert CACHEALIGN_SIZE to imx31l.h, r28619 expected another local change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28620 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/imx31l.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/export/imx31l.h b/firmware/export/imx31l.h index bf1a05b6e..7cb452d3c 100644 --- a/firmware/export/imx31l.h +++ b/firmware/export/imx31l.h @@ -38,6 +38,7 @@ #define FRAME ((void *)(FRAME_PHYS_ADDR+0x100000-CSD0_BASE_ADDR)) #define CACHEALIGN_BITS 5 +#define CACHEALIGN_SIZE 32 #define NOCACHE_BASE CSD0_BASE_ADDR /* USBOTG */ -- 2.11.4.GIT