summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds10
1 files changed, 3 insertions, 7 deletions
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;
113 113
114#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE 114#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE
115 115
116#ifdef IRIVER_H100_SERIES 116#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300)
117#define IRAMSIZE 0x10000
118#define IRAMORIG 0x10000000
119#ifdef IRIVER_H100
120#define DRAMORIG 0x30000000 + STUBOFFSET
121#else /* H120/H140 */
122#define DRAMORIG 0x31000000 + STUBOFFSET 117#define DRAMORIG 0x31000000 + STUBOFFSET
123#endif 118#define IRAMORIG 0x10000000
119#define IRAMSIZE 0x10000
124#else 120#else
125#define DRAMORIG 0x09000000 + STUBOFFSET 121#define DRAMORIG 0x09000000 + STUBOFFSET
126#define IRAMORIG 0x0f000000 122#define IRAMORIG 0x0f000000