summaryrefslogtreecommitdiff
path: root/firmware/export/imx31l.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/imx31l.h')
-rwxr-xr-xfirmware/export/imx31l.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/imx31l.h b/firmware/export/imx31l.h
index f41381c8eb..6780a5a43f 100755
--- a/firmware/export/imx31l.h
+++ b/firmware/export/imx31l.h
@@ -31,7 +31,7 @@
31#define TTB_BASE_ADDR (0x80100000 + 0x00100000 - TTB_SIZE) 31#define TTB_BASE_ADDR (0x80100000 + 0x00100000 - TTB_SIZE)
32#define TTB_SIZE (0x4000) 32#define TTB_SIZE (0x4000)
33#define IRAM_SIZE (0x4000) 33#define IRAM_SIZE (0x4000)
34#define TTB_BASE ((unsigned int *)TTB_BASE_ADDR) 34#define TTB_BASE ((unsigned long *)TTB_BASE_ADDR)
35#define FRAME ((void*)0x03f00000) 35#define FRAME ((void*)0x03f00000)
36#define FRAME_SIZE (240*320*2) 36#define FRAME_SIZE (240*320*2)
37 37