diff options
| -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 335aa4f..189355d 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 ca455b4..dfabefd 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*) |