diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-04-11 10:37:37 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-11 10:37:37 +0000 |
| commit | d2848f3d7226d59d2b63c781cac10123587e36ea (patch) | |
| tree | b11f5804c0162c700c66f5872bd1cc5eeac24ed9 /apps/plugins | |
| parent | 85212152118ccb63ecc4664083ab37cb1c3d8298 (diff) | |
| download | rockbox-d2848f3d7226d59d2b63c781cac10123587e36ea.zip rockbox-d2848f3d7226d59d2b63c781cac10123587e36ea.tar.gz rockbox-d2848f3d7226d59d2b63c781cac10123587e36ea.tar.bz2 rockbox-d2848f3d7226d59d2b63c781cac10123587e36ea.tar.xz | |
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 'apps/plugins')
| -rw-r--r-- | apps/plugins/plugin.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 010a75e..eb21dd6 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -30,7 +30,7 @@ OUTPUT_FORMAT(elf32-sh) #define IRAMSIZE 0xc000 #elif defined(IAUDIO_X5) #define DRAMORIG 0x31000000 -#define IRAMORIG 0x1000c000 +#define IRAMORIG 0x10014000 #define IRAMSIZE 0xc000 #elif defined(ARCH_IPOD) #define DRAMORIG 0x00000000 |