summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/ipod
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2012-05-01 01:26:22 -0400
committerMichael Sevakis <jethead71@rockbox.org>2012-05-01 01:28:50 -0400
commitb4eec0dd420aa6982dcdcce794bcaa4a6dac8ef5 (patch)
tree30883b2ca392a31e70812e2164cc348e22840ed5 /firmware/target/arm/ipod
parent87d3dde15a1f0af6eaac21107d74aa240515fd0c (diff)
downloadrockbox-b4eec0dd420aa6982dcdcce794bcaa4a6dac8ef5.tar.gz
rockbox-b4eec0dd420aa6982dcdcce794bcaa4a6dac8ef5.zip
Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.
Change-Id: If9936bfbbd3bc3eb2a3e3e290701b8517eabfb13
Diffstat (limited to 'firmware/target/arm/ipod')
-rw-r--r--firmware/target/arm/ipod/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/app.lds b/firmware/target/arm/ipod/app.lds
index a5d59f82f5..258f296a85 100644
--- a/firmware/target/arm/ipod/app.lds
+++ b/firmware/target/arm/ipod/app.lds
@@ -117,7 +117,7 @@ SECTIONS
{
. = ALIGN(4);
_initstart = .;
- *(.init)
+ *(.init*)
_initend = .;
} AT> DRAM