From 902a1b5fae62cbd7ec4733584c832a78ee6dafb2 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 25 Oct 2007 06:17:36 +0000 Subject: get the mrobe plugins running again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15295 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 57afb9a09e..be645b4f5a 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -21,7 +21,7 @@ OUTPUT_FORMAT(elf32-sh) #define DRAMSIZE (MEMORYSIZE * 0x100000) - 0x100 - PLUGIN_BUFFER_SIZE - STUBOFFSET - CODEC_SIZE - LCD_BUFFER_SIZE - TTB_SIZE #elif CONFIG_CPU==DM320 #include "dm320.h" -#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_BUFFER_SIZE - STUBOFFSET - CODEC_SIZE - LCD_BUFFER_SIZE +#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_BUFFER_SIZE - STUBOFFSET - CODEC_SIZE - LCD_BUFFER_SIZE - TTB_SIZE #else #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_BUFFER_SIZE - STUBOFFSET - CODEC_SIZE #endif -- cgit v1.2.3