diff options
Diffstat (limited to 'apps')
-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 0e1657c559..f9c2406893 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds | |||
@@ -33,7 +33,7 @@ OUTPUT_FORMAT(elf32-sh) | |||
33 | #define IRAMORIG 0x4000c000 | 33 | #define IRAMORIG 0x4000c000 |
34 | #define IRAMSIZE 0xc000 | 34 | #define IRAMSIZE 0xc000 |
35 | #elif CONFIG_CPU == PNX0101 | 35 | #elif CONFIG_CPU == PNX0101 |
36 | #define DRAMORIG 0x24000000 | 36 | #define DRAMORIG 0xc00000 + STUBOFFSET |
37 | #define IRAMORIG 0x408000 | 37 | #define IRAMORIG 0x408000 |
38 | #define IRAMSIZE 0x8000 | 38 | #define IRAMSIZE 0x8000 |
39 | #else | 39 | #else |