summaryrefslogtreecommitdiffstats
path: root/firmware/app.lds
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-11 10:37:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-11 10:37:37 +0000
commitd2848f3d7226d59d2b63c781cac10123587e36ea (patch)
treeb11f5804c0162c700c66f5872bd1cc5eeac24ed9 /firmware/app.lds
parent85212152118ccb63ecc4664083ab37cb1c3d8298 (diff)
downloadrockbox-d2848f3d7226d59d2b63c781cac10123587e36ea.tar.gz
rockbox-d2848f3d7226d59d2b63c781cac10123587e36ea.zip
moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boost
I also extended the iram size properly since the 5250 coldfire has 128K git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9604 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 0d7c191660..3416f5c6b6 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -125,7 +125,7 @@ _pluginbuf = 0;
#elif defined(IAUDIO_X5)
#define DRAMORIG 0x31000000 + STUBOFFSET
#define IRAMORIG 0x10000000
-#define IRAMSIZE 0xc000
+#define IRAMSIZE 0x14000
#elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020)
#define DRAMORIG 0x00000000 + STUBOFFSET
#define IRAMORIG 0x40000000