From d2848f3d7226d59d2b63c781cac10123587e36ea Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Apr 2006 10:37:37 +0000 Subject: 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 --- apps/plugins/plugin.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/plugin.lds') 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 -- cgit v1.1