imx233: remove redundant lines in linker script
Change-Id: Ief8ab0c33abdd3b36cd94b0578e2c5cad22bf2a6
This commit is contained in:
parent
fdb98c258f
commit
dd7f834e61
2 changed files with 0 additions and 2 deletions
|
@ -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*)
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue