summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugin.lds3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index c21d49d00b..7a20ddd219 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -75,6 +75,9 @@ OUTPUT_FORMAT(elf32-littlemips)
75#define ASM 75#define ASM
76#include "cpu.h" 76#include "cpu.h"
77#define DRAMSIZE (DRAM_SIZE - PLUGIN_BUFFER_SIZE - CODEC_SIZE - TTB_SIZE) 77#define DRAMSIZE (DRAM_SIZE - PLUGIN_BUFFER_SIZE - CODEC_SIZE - TTB_SIZE)
78#elif CONFIG_CPU==IMX233
79#include "cpu.h"
80#define DRAMSIZE (DRAM_SIZE - PLUGIN_BUFFER_SIZE - CODEC_SIZE - FRAME_SIZE - TTB_SIZE)
78#endif 81#endif
79 82
80 /* default to full RAM (minus codecs&plugins) unless specified otherwise */ 83 /* default to full RAM (minus codecs&plugins) unless specified otherwise */