summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-04-20 06:48:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-04-20 06:48:17 +0000
commit1c40d3cee5cd5fc7d75031b0ccda5a296c62874a (patch)
treeb5c5aba6cfa9e381aa4c254cd5c1013bf2e66f7b /firmware
parenteaef66efb493a53416e83df0a19d90e1ef9608ef (diff)
downloadrockbox-1c40d3cee5cd5fc7d75031b0ccda5a296c62874a.zip
rockbox-1c40d3cee5cd5fc7d75031b0ccda5a296c62874a.tar.gz
rockbox-1c40d3cee5cd5fc7d75031b0ccda5a296c62874a.tar.bz2
rockbox-1c40d3cee5cd5fc7d75031b0ccda5a296c62874a.tar.xz
Ooops. DRAM can't start at 0x30000000 on iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6325 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/app.lds2
-rw-r--r--firmware/boot.lds2
-rw-r--r--firmware/rom.lds2
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 45bd856..9870890 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -118,7 +118,7 @@ _pluginbuf = 0;
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET
#ifdef IRIVER_H100
-#define DRAMORIG 0x30000000 + STUBOFFSET
+#define DRAMORIG 0x31000000 + STUBOFFSET
#define IRAMORIG 0x10000000
#define IRAMSIZE 0x10000
#else
diff --git a/firmware/boot.lds b/firmware/boot.lds
index 9493db7..fe5061c 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -17,7 +17,7 @@ INPUT(crt0.o)
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE
#ifdef IRIVER_H100
-#define DRAMORIG 0x30000000
+#define DRAMORIG 0x31000000
#define IRAMORIG 0x10000000
#define IRAMSIZE 0x18000
#define FLASHORIG 0x001f0000
diff --git a/firmware/rom.lds b/firmware/rom.lds
index 81c266a..a4328b0 100644
--- a/firmware/rom.lds
+++ b/firmware/rom.lds
@@ -17,7 +17,7 @@ INPUT(crt0.o)
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE
#ifdef IRIVER_H100
-#define DRAMORIG 0x30000000
+#define DRAMORIG 0x31000000
#define IRAMORIG 0x10000000
#define IRAMSIZE 0x18000
#define FLASHORIG 0x001f0000