diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-01-18 14:46:53 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-01-24 15:34:20 +0100 |
commit | dd7f834e612e05f2d0be90174fa3380008a98ba7 (patch) | |
tree | c2d10716c60fb57575bb9e86644dc12fc6d96af9 /firmware/target/arm/imx233 | |
parent | fdb98c258f56c8fbdc28e256ed3edab0bf47009b (diff) | |
download | rockbox-dd7f834e612e05f2d0be90174fa3380008a98ba7.tar.gz rockbox-dd7f834e612e05f2d0be90174fa3380008a98ba7.zip |
imx233: remove redundant lines in linker script
Change-Id: Ief8ab0c33abdd3b36cd94b0578e2c5cad22bf2a6
Diffstat (limited to 'firmware/target/arm/imx233')
-rw-r--r-- | firmware/target/arm/imx233/app.lds | 1 | ||||
-rw-r--r-- | firmware/target/arm/imx233/boot.lds | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/app.lds b/firmware/target/arm/imx233/app.lds index 335aa4fcc3..189355d84e 100644 --- a/firmware/target/arm/imx233/app.lds +++ b/firmware/target/arm/imx233/app.lds @@ -52,7 +52,6 @@ SECTIONS .itext : { _iramstart = .; // always 0 - *(.vectors) KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it *(.icode*) *(.irodata*) diff --git a/firmware/target/arm/imx233/boot.lds b/firmware/target/arm/imx233/boot.lds index ca455b47ca..dfabefdf9b 100644 --- a/firmware/target/arm/imx233/boot.lds +++ b/firmware/target/arm/imx233/boot.lds @@ -42,7 +42,6 @@ SECTIONS .itext : { _iramstart = .; // always 0 - *(.vectors) KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it *(.icode*) *(.irodata*) |