From 3d46b080fda6f271da0949f1338667c7805b145e Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 13 Sep 2011 23:38:42 +0000 Subject: imx233/fuze+: use random size for plugin and codec buf (must be non-zero for init attr) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30522 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuzeplus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config') diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index 13ad3af8ed..15288b1b21 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -97,10 +97,10 @@ #define HAVE_SW_POWEROFF /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0 +#define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0 +#define PLUGIN_BUFFER_SIZE 0x80000 #define AB_REPEAT_ENABLE -- cgit v1.2.3