imx233: remove redundant lines in linker script

Change-Id: Ief8ab0c33abdd3b36cd94b0578e2c5cad22bf2a6
This commit is contained in:
Amaury Pouly 2017-01-18 14:46:53 +01:00
parent fdb98c258f
commit dd7f834e61
2 changed files with 0 additions and 2 deletions

View file

@ -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*)

View file

@ -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*)