summaryrefslogtreecommitdiff
path: root/firmware/target/arm/iriver/app.lds
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2008-04-07 18:24:23 +0000
committerRobert Kukla <roolku@rockbox.org>2008-04-07 18:24:23 +0000
commitfeb3b588e3c31401ed0f4f3601473a5be5b177c6 (patch)
treeea06962bfee2b2ff9b82a4403ebac94d28796b96 /firmware/target/arm/iriver/app.lds
parent0840e1bf0bb33b0f2914a304c6066eccd07a3947 (diff)
downloadrockbox-feb3b588e3c31401ed0f4f3601473a5be5b177c6.tar.gz
rockbox-feb3b588e3c31401ed0f4f3601473a5be5b177c6.zip
explicitly align the ibss section by adjusting _iramend - fixes hang on m:robe (and potential problem on other arm targets)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17024 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/iriver/app.lds')
-rw-r--r--firmware/target/arm/iriver/app.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/iriver/app.lds b/firmware/target/arm/iriver/app.lds
index 54af494d72..bf5eae0515 100644
--- a/firmware/target/arm/iriver/app.lds
+++ b/firmware/target/arm/iriver/app.lds
@@ -110,6 +110,7 @@ SECTIONS
110 *(.icode) 110 *(.icode)
111 *(.irodata) 111 *(.irodata)
112 *(.idata) 112 *(.idata)
113 . = ALIGN(0x4);
113 _iramend = .; 114 _iramend = .;
114 } > IRAM AT> DRAM 115 } > IRAM AT> DRAM
115 116