From e452383359dc25750b5bb90318fcf4269c4ec2d2 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 15 Feb 2005 14:00:37 +0000 Subject: Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently only iRiver). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5952 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/app.lds') diff --git a/firmware/app.lds b/firmware/app.lds index edb259aa2b..8e7dc02e27 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -100,7 +100,11 @@ _pluginbuf = 0; +#if MEMORYSIZE >= 32 +#define PLUGINSIZE 0xC0000 +#else #define PLUGINSIZE 0x8000 +#endif #ifdef DEBUG #define STUBOFFSET 0x10000 -- cgit v1.2.3