From a07c034de77e9159cf5d9501c75ea1f0165b6a13 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 8 Feb 2008 02:20:05 +0000 Subject: Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16243 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/app.lds') diff --git a/firmware/app.lds b/firmware/app.lds index 7fabf3563b..d2a9582a3d 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -41,7 +41,8 @@ INPUT(target/sh/crt0.o) #define DRAMSIZE (MEMORYSIZE * 0x100000) - 0x100 - PLUGINSIZE - STUBOFFSET - CODECSIZE - LCD_BUFFER_SIZE - TTB_SIZE #elif CONFIG_CPU==IMX31L #include "imx31l.h" -#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE - TTB_SIZE +/* Subtract 1MB for the FRAME/TTB section */ +#define DRAMSIZE (MEMORYSIZE * 0x100000 - 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE #elif CONFIG_CPU==DM320 #include "dm320.h" #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE - LCD_BUFFER_SIZE - TTB_SIZE -- cgit v1.2.3