summaryrefslogtreecommitdiff
path: root/firmware/player.lds
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-08-01 08:58:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-08-01 08:58:17 +0000
commit6337f45887dbf28c232a4ef200f4caf92707c810 (patch)
tree33981981541137274efcb65bec0feb753dfa13f2 /firmware/player.lds
parentc3d52b41ea3f9d0b36239be8c38932eabbce5575 (diff)
downloadrockbox-6337f45887dbf28c232a4ef200f4caf92707c810.tar.gz
rockbox-6337f45887dbf28c232a4ef200f4caf92707c810.zip
The internal RAM copy accidentally ended up in the wrong place
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1504 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/player.lds')
-rw-r--r--firmware/player.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/player.lds b/firmware/player.lds
index bb20c2bb25..fa2576dc0d 100644
--- a/firmware/player.lds
+++ b/firmware/player.lds
@@ -73,7 +73,7 @@ SECTIONS
73 LONG(0); 73 LONG(0);
74 } > DRAM 74 } > DRAM
75 75
76 .iram 0xf000000 : AT ( _end ) 76 .iram 0xf000000 : AT ( _iramcopy )
77 { 77 {
78 _iramstart = .; 78 _iramstart = .;
79 *(.icode) 79 *(.icode)