diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2012-04-29 14:35:53 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2012-04-29 14:35:53 -0400 |
| commit | 4928810354e0d467c5c52221b21cf64a264946b3 (patch) | |
| tree | d12532f874d49f295db548131a79b3c14b14ae56 /apps/plugins/plugin.lds | |
| parent | 230f6f432674fb58382f46fd2f74e0977da3e5eb (diff) | |
| download | rockbox-4928810354e0d467c5c52221b21cf64a264946b3.zip rockbox-4928810354e0d467c5c52221b21cf64a264946b3.tar.gz rockbox-4928810354e0d467c5c52221b21cf64a264946b3.tar.bz2 rockbox-4928810354e0d467c5c52221b21cf64a264946b3.tar.xz | |
M5/X5 (MCF5250): Scoot the core/plugin IRAM boundary forward by 0x800.
Change-Id: I482fe3f4f2f59a3f17026e796c245c4efa8279f3
Diffstat (limited to 'apps/plugins/plugin.lds')
| -rw-r--r-- | apps/plugins/plugin.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 1da9065..10ce98f 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -94,8 +94,8 @@ OUTPUT_FORMAT(elf32-littlemips) /* MCF5250 have 128KB of IRAM */ #elif CONFIG_CPU == MCF5250 #define DRAMORIG 0x31000000 -#define IRAMORIG 0x1000c000 -#define IRAMSIZE 0x14000 +#define IRAMORIG 0x1000c800 +#define IRAMSIZE 0x13800 #elif CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024 /* PP5022/24 have 128KB of IRAM */ |