mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233/fuze+: enable plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30700 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
96afbb3778
commit
7e8877e871
3 changed files with 6 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue