From d665c926528219cc01be33658e8897a1472db827 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 14 May 2010 08:44:07 +0000 Subject: Cache align the pitch detector audiobuffer where needed. Some other misc. changes to try to make sure everything builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26011 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/imx31l.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/imx31l.h') diff --git a/firmware/export/imx31l.h b/firmware/export/imx31l.h index ea92d059cc..3f3a0140c8 100644 --- a/firmware/export/imx31l.h +++ b/firmware/export/imx31l.h @@ -37,6 +37,7 @@ #define FRAME_PHYS_ADDR (TTB_BASE_ADDR - FRAME_SIZE) #define FRAME ((void *)(FRAME_PHYS_ADDR+0x100000-CSD0_BASE_ADDR)) +#define CACHEALIGN_BITS 5 #define CACHEALIGN_SIZE 32 #define NOCACHE_BASE CSD0_BASE_ADDR -- cgit v1.2.3