diff options
author | Amaury Pouly <pamaury@rockbox.org> | 2011-10-02 20:33:14 +0000 |
---|---|---|
committer | Amaury Pouly <pamaury@rockbox.org> | 2011-10-02 20:33:14 +0000 |
commit | 7e8877e871bfd832ce5177267827d9b4f41d3957 (patch) | |
tree | a7598b3a4c3c732b2dcd7961d0de2246acf3fa99 /apps | |
parent | 96afbb3778e0f69f5113610150f5851a812f0fc4 (diff) |
imx233/fuze+: enable plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30700 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/plugin.lds | 3 |
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) #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 */ |