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, 7 insertions, 3 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index ee666d8cb3..5816f40d35 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -113,10 +113,14 @@ _pluginbuf = 0;
113 113
114#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE 114#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET - CODECSIZE
115 115
116#if CONFIG_CPU == MCF5249 116#ifdef IRIVER_H100_SERIES
117#define DRAMORIG 0x31000000 + STUBOFFSET
118#define IRAMORIG 0x10000000
119#define IRAMSIZE 0x10000 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
123#endif
120#else 124#else
121#define DRAMORIG 0x09000000 + STUBOFFSET 125#define DRAMORIG 0x09000000 + STUBOFFSET
122#define IRAMORIG 0x0f000000 126#define IRAMORIG 0x0f000000