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/boot.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/boot.lds') diff --git a/firmware/boot.lds b/firmware/boot.lds index fe5061c5f2..bdab6c9c97 100644 --- a/firmware/boot.lds +++ b/firmware/boot.lds @@ -16,7 +16,7 @@ INPUT(crt0.o) #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE -#ifdef IRIVER_H100 +#ifdef IRIVER_H100_SERIES #define DRAMORIG 0x31000000 #define IRAMORIG 0x10000000 #define IRAMSIZE 0x18000 -- cgit v1.2.3