diff options
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r-- | apps/plugins/plugin.lds | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index f93d5d4425..6b608fcc70 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -140,6 +140,16 @@ OUTPUT_FORMAT(elf32-littlemips) #define IRAMSIZE (IRAM_ORIG + IRAM_SIZE - IRAMORIG) #endif +#elif CONFIG_CPU==S5L8700 +#define DRAMORIG 0x08000000 +#define IRAMORIG (0x00000000 + (64*1024)) +#define IRAMSIZE (64*1024) + +#elif CONFIG_CPU==S5L8701 +#define DRAMORIG 0x08000000 +#define IRAMORIG (0x00000000 + (96*1024)) +#define IRAMSIZE (80*1024) + #elif CONFIG_CPU == JZ4732 #define DRAMORIG 0x80004000 + STUBOFFSET #define IRAM DRAM |