summaryrefslogtreecommitdiffstats
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds6
1 files changed, 1 insertions, 5 deletions
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