summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/imx233/app.lds1
-rw-r--r--firmware/target/arm/imx233/boot.lds1
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
52 .itext : 52 .itext :
53 { 53 {
54 _iramstart = .; // always 0 54 _iramstart = .; // always 0
55 *(.vectors)
56 KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it 55 KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
57 *(.icode*) 56 *(.icode*)
58 *(.irodata*) 57 *(.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
42 .itext : 42 .itext :
43 { 43 {
44 _iramstart = .; // always 0 44 _iramstart = .; // always 0
45 *(.vectors)
46 KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it 45 KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
47 *(.icode*) 46 *(.icode*)
48 *(.irodata*) 47 *(.irodata*)