From 62c768c0db601fa1cc8532bb583060f2a8080453 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 9 Jul 2005 07:46:42 +0000 Subject: Recovered from my major brain failure and reverted to using the same load address for both H110 and H120/140 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7082 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'firmware/app.lds') diff --git a/firmware/app.lds b/firmware/app.lds index 5816f40d35..135e521ef4 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -113,14 +113,10 @@ _pluginbuf = 0; #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE -#ifdef IRIVER_H100_SERIES -#define IRAMSIZE 0x10000 -#define IRAMORIG 0x10000000 -#ifdef IRIVER_H100 -#define DRAMORIG 0x30000000 + STUBOFFSET -#else /* H120/H140 */ +#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300) #define DRAMORIG 0x31000000 + STUBOFFSET -#endif +#define IRAMORIG 0x10000000 +#define IRAMSIZE 0x10000 #else #define DRAMORIG 0x09000000 + STUBOFFSET #define IRAMORIG 0x0f000000 -- cgit v1.2.3