summaryrefslogtreecommitdiffstats
path: root/firmware/export/imx31l.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-11 15:39:00 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-11 15:39:00 +0000
commit71372162b1b5e52ee85d14626b60c7fb4958f23e (patch)
tree66aee5159e4b9fba3b405f7904b1291b430e7fd0 /firmware/export/imx31l.h
parent63f4f68a7421676eb247ad2c33e3fbae245ba304 (diff)
downloadrockbox-71372162b1b5e52ee85d14626b60c7fb4958f23e.tar.gz
rockbox-71372162b1b5e52ee85d14626b60c7fb4958f23e.zip
Enable write buffering for the 1MB device memory section. This means using a different device framebuffer address too. You must update the firmware _and_ bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17458 a1c6a512-1295-4272-9138-f99709370657
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 5299799861..9ac0bc84a1 100755
--- a/firmware/export/imx31l.h
+++ b/firmware/export/imx31l.h
@@ -30,7 +30,7 @@
#define TTB_SIZE (0x4000)
#define IRAM_SIZE (0x4000)
#define TTB_BASE ((unsigned int *)TTB_BASE_ADDR)
-#define FRAME ((void*)0x80100000)
+#define FRAME ((void*)0x03f00000)
#define FRAME_SIZE (240*320*2)
#define DEVBSS_ATTR __attribute__((section(".devbss"),nocommon))