summaryrefslogtreecommitdiff
path: root/firmware/export/dm320.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/dm320.h')
-rw-r--r--firmware/export/dm320.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/dm320.h b/firmware/export/dm320.h
index 4dfc55dcd3..57ffc8667a 100644
--- a/firmware/export/dm320.h
+++ b/firmware/export/dm320.h
@@ -28,7 +28,7 @@
28#define TTB_SIZE (0x4000) 28#define TTB_SIZE (0x4000)
29/* must be 16Kb (0x4000) aligned */ 29/* must be 16Kb (0x4000) aligned */
30#define TTB_BASE ((unsigned int *)(0x04900000 - TTB_SIZE)) /* End of memory */ 30#define TTB_BASE ((unsigned int *)(0x04900000 - TTB_SIZE)) /* End of memory */
31#define FRAME ((short *) (TTB_BASE - LCD_BUFFER_SIZE)) /* Right before TTB */ 31#define FRAME ((short *) ((char*)TTB_BASE - LCD_BUFFER_SIZE)) /* Right before TTB */
32 32
33#define PHY_IO_BASE 0x00030000 33#define PHY_IO_BASE 0x00030000
34#define DM320_REG(addr) (*(volatile unsigned short *)(PHY_IO_BASE + (addr))) 34#define DM320_REG(addr) (*(volatile unsigned short *)(PHY_IO_BASE + (addr)))