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 --- apps/plugins/plugin.lds | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index c0150055eb..41193d950c 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -18,14 +18,10 @@ OUTPUT_FORMAT(elf32-sh) #define ARCH_IRIVER #endif -#if defined(IRIVER_H120) || defined(IRIVER_H300) +#ifdef ARCH_IRIVER #define DRAMORIG 0x31000000 #define IRAMORIG 0x10010000 #define IRAMSIZE 0x8000 -#elif defined(IRIVER_H100) -#define DRAMORIG 0x30000000 -#define IRAMORIG 0x10010000 -#define IRAMSIZE 0x8000 #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif -- cgit v1.2.3