summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 70bc3e06c4..f93d5d4425 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -61,6 +61,10 @@ OUTPUT_FORMAT(elf32-littlemips)
61#define TTB_SIZE (0x4000) 61#define TTB_SIZE (0x4000)
62#define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - LCD_BUFFER_SIZE - TTB_SIZE 62#define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - LCD_BUFFER_SIZE - TTB_SIZE
63 63
64#elif CONFIG_CPU==TCC7801
65#include "cpu.h"
66#define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - TTB_SIZE
67
64#elif CONFIG_CPU==AS3525 68#elif CONFIG_CPU==AS3525
65#include "cpu.h" 69#include "cpu.h"
66#define DRAMORIG DRAM_ORIG 70#define DRAMORIG DRAM_ORIG