diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2012-05-01 01:26:22 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2012-05-01 01:28:50 -0400 |
| commit | b4eec0dd420aa6982dcdcce794bcaa4a6dac8ef5 (patch) | |
| tree | 30883b2ca392a31e70812e2164cc348e22840ed5 /firmware/target/arm/ipod | |
| parent | 87d3dde15a1f0af6eaac21107d74aa240515fd0c (diff) | |
| download | rockbox-b4eec0dd420aa6982dcdcce794bcaa4a6dac8ef5.zip rockbox-b4eec0dd420aa6982dcdcce794bcaa4a6dac8ef5.tar.gz rockbox-b4eec0dd420aa6982dcdcce794bcaa4a6dac8ef5.tar.bz2 rockbox-b4eec0dd420aa6982dcdcce794bcaa4a6dac8ef5.tar.xz | |
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.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/app.lds b/firmware/target/arm/ipod/app.lds index a5d59f8..258f296 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 |