diff options
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 436f8b4447..fe38b646d9 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds | |||
@@ -142,8 +142,8 @@ OUTPUT_FORMAT(elf32-littlemips) | |||
142 | 142 | ||
143 | #elif CONFIG_CPU==S5L8700 | 143 | #elif CONFIG_CPU==S5L8700 |
144 | #define DRAMORIG 0x08000000 | 144 | #define DRAMORIG 0x08000000 |
145 | #define IRAMORIG (0x00000000 + (128*1024)) | 145 | #define IRAMORIG (0x00000000 + (64*1024)) |
146 | #define IRAMSIZE (128*1024) | 146 | #define IRAMSIZE (64*1024) |
147 | 147 | ||
148 | #elif CONFIG_CPU==S5L8701 | 148 | #elif CONFIG_CPU==S5L8701 |
149 | #define DRAMORIG 0x08000000 | 149 | #define DRAMORIG 0x08000000 |