summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-07 08:37:25 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-07 08:37:25 +0000
commit74c445c0fdb5c94700353aa665a44ac4ee302fd0 (patch)
tree14a6441e276f44ddde7f8e5024a9b05bcfcb3a15
parent44898af508d1a14237ab1585a75891bcd4781575 (diff)
downloadrockbox-74c445c0fdb5c94700353aa665a44ac4ee302fd0.tar.gz
rockbox-74c445c0fdb5c94700353aa665a44ac4ee302fd0.zip
Now used IRAMORIG
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5208 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/app.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 6b57383ea0..f657eb62c0 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -55,6 +55,7 @@ SECTIONS
55 .rodata : 55 .rodata :
56 { 56 {
57 *(.rodata) 57 *(.rodata)
58 *(.rodata.str1.1)
58 *(.rodata.str1.4) 59 *(.rodata.str1.4)
59 . = ALIGN(0x4); 60 . = ALIGN(0x4);
60 61
@@ -74,7 +75,7 @@ SECTIONS
74 _iramcopy = .; 75 _iramcopy = .;
75 } > DRAM 76 } > DRAM
76 77
77 .iram 0xf000000 : AT ( _iramcopy) 78 .iram IRAMORIG : AT ( _iramcopy)
78 { 79 {
79 _iramstart = .; 80 _iramstart = .;
80 *(.icode) 81 *(.icode)