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 1fa5e6ba5e..2bcb3492f9 100755
--- a/firmware/export/imx31l.h
+++ b/firmware/export/imx31l.h
@@ -28,7 +28,7 @@
28 //when background memory is written. 28 //when background memory is written.
29#define LCD_BUFFER_SIZE ((320*240*2)) 29#define LCD_BUFFER_SIZE ((320*240*2))
30#define TTB_SIZE (0x4000) 30#define TTB_SIZE (0x4000)
31#define TTB_BASE (0x80000000 + (32*1024*1024*2)-TTB_SIZE); /*64 megs*/ 31#define TTB_BASE ((unsigned int *)(0x88000000 + (64*1024*1024)-TTB_SIZE))
32/* 32/*
33 * AIPS 1 33 * AIPS 1
34 */ 34 */