summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-10-23 13:11:57 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-10-23 13:11:57 +0000
commit37f7f0b23bc360f8ad8ad30b19055470545f5a83 (patch)
treebdaf51446f52ce986c6f55d98381324b9762a785 /firmware/export
parent500a761cb042ffd23a808c7d62d17809d3f1e543 (diff)
downloadrockbox-37f7f0b23bc360f8ad8ad30b19055470545f5a83.tar.gz
rockbox-37f7f0b23bc360f8ad8ad30b19055470545f5a83.zip
reduce the number of gigabeat warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11316 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/s3c2440.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/s3c2440.h b/firmware/export/s3c2440.h
index 799c14eb0e..2c7c058090 100644
--- a/firmware/export/s3c2440.h
+++ b/firmware/export/s3c2440.h
@@ -144,7 +144,7 @@
144#define TCONSEL (*(volatile int *)0x4D000060) /* TCON(LPC3600/LCC3600) control */ 144#define TCONSEL (*(volatile int *)0x4D000060) /* TCON(LPC3600/LCC3600) control */
145 145
146/* The following should be computed but for now, we cheat. */ 146/* The following should be computed but for now, we cheat. */
147#define FRAME ( (volatile short * ) 0x31E00000 ) /* LCD Frame buffer */ 147#define FRAME ( (short *) 0x31E00000 ) /* LCD Frame buffer */
148 148
149/* NAND Flash */ 149/* NAND Flash */
150 150