From ad7be685e15ecb2353c38f595e093d1d612c98d1 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 6 Oct 2004 13:48:25 +0000 Subject: ENDADDR is now correctly defined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5188 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 aab8900b76..6b57383ea0 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -17,7 +17,6 @@ INPUT(crt0.o) #endif #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET -#define ENDADDR (ORIGADDR + DRAMSIZE) #ifdef IRIVER_H100 #define DRAMORIG 0x20000000 + STUBOFFSET @@ -29,6 +28,8 @@ INPUT(crt0.o) #define IRAMSIZE 0x1000 #endif +#define ENDADDR (DRAMORIG + DRAMSIZE) + MEMORY { DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE -- cgit v1.2.3