From dd7f834e612e05f2d0be90174fa3380008a98ba7 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 18 Jan 2017 14:46:53 +0100 Subject: imx233: remove redundant lines in linker script Change-Id: Ief8ab0c33abdd3b36cd94b0578e2c5cad22bf2a6 --- firmware/target/arm/imx233/app.lds | 1 - firmware/target/arm/imx233/boot.lds | 1 - 2 files changed, 2 deletions(-) (limited to 'firmware/target/arm/imx233') 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*) -- cgit v1.2.3