From 74c445c0fdb5c94700353aa665a44ac4ee302fd0 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 7 Oct 2004 08:37:25 +0000 Subject: Now used IRAMORIG git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5208 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware') 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 .rodata : { *(.rodata) + *(.rodata.str1.1) *(.rodata.str1.4) . = ALIGN(0x4); @@ -74,7 +75,7 @@ SECTIONS _iramcopy = .; } > DRAM - .iram 0xf000000 : AT ( _iramcopy) + .iram IRAMORIG : AT ( _iramcopy) { _iramstart = .; *(.icode) -- cgit v1.2.3