From 04937cb20760ee38237c9d016f87a4c2c8d390b5 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Tue, 16 Mar 2010 15:57:44 +0000 Subject: Clipv1 & m200v4 : reduce plugin buffer size to strict minimum git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25219 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclip.h | 2 +- firmware/export/config/sansam200v4.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index efa28a80ba..7d82f80284 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -111,7 +111,7 @@ #define CODEC_SIZE 0x48000 /* in IRAM */ /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x60000 +#define PLUGIN_BUFFER_SIZE 0x45000 #define AB_REPEAT_ENABLE 1 diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h index af9f1aedc6..0d593b4d97 100644 --- a/firmware/export/config/sansam200v4.h +++ b/firmware/export/config/sansam200v4.h @@ -79,7 +79,7 @@ #define CODEC_SIZE 0x48000 /* in IRAM */ /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x60000 +#define PLUGIN_BUFFER_SIZE 0x45000 #define AB_REPEAT_ENABLE 1 -- cgit v1.2.3