diff options
author | Tomasz Malesinski <tomal@rockbox.org> | 2006-08-12 22:43:44 +0000 |
---|---|---|
committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-08-12 22:43:44 +0000 |
commit | 4e363525672f6bbfd6512ff55974d7164a8c341d (patch) | |
tree | 4633d25f71452462c9775f5da5c5f5a89f003c57 /firmware/export/config-ifp7xx.h | |
parent | 4e5f4ee5e03072d8f470610f8751efcf17ad4f6a (diff) |
Iriver iFP7xx memory layout adjustment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ifp7xx.h')
-rw-r--r-- | firmware/export/config-ifp7xx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h index 6247625618..4d89099067 100644 --- a/firmware/export/config-ifp7xx.h +++ b/firmware/export/config-ifp7xx.h @@ -33,10 +33,10 @@ #define HAVE_SW_POWEROFF /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0x30000 +#define CODEC_SIZE 0x20000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x20000 +#define PLUGIN_BUFFER_SIZE 0x10000 /* Define this if you have the WM8975 audio codec */ /* #define HAVE_WM8975 */ |