From 7e8877e871bfd832ce5177267827d9b4f41d3957 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 2 Oct 2011 20:33:14 +0000 Subject: imx233/fuze+: enable plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30700 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index c21d49d..7a20ddd 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -75,6 +75,9 @@ OUTPUT_FORMAT(elf32-littlemips) #define ASM #include "cpu.h" #define DRAMSIZE (DRAM_SIZE - PLUGIN_BUFFER_SIZE - CODEC_SIZE - TTB_SIZE) +#elif CONFIG_CPU==IMX233 +#include "cpu.h" +#define DRAMSIZE (DRAM_SIZE - PLUGIN_BUFFER_SIZE - CODEC_SIZE - FRAME_SIZE - TTB_SIZE) #endif /* default to full RAM (minus codecs&plugins) unless specified otherwise */ -- cgit v1.1