mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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 :
|
.itext :
|
||||||
{
|
{
|
||||||
_iramstart = .; // always 0
|
_iramstart = .; // always 0
|
||||||
*(.vectors)
|
|
||||||
KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
|
KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
|
||||||
*(.icode*)
|
*(.icode*)
|
||||||
*(.irodata*)
|
*(.irodata*)
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@ SECTIONS
|
||||||
.itext :
|
.itext :
|
||||||
{
|
{
|
||||||
_iramstart = .; // always 0
|
_iramstart = .; // always 0
|
||||||
*(.vectors)
|
|
||||||
KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
|
KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
|
||||||
*(.icode*)
|
*(.icode*)
|
||||||
*(.irodata*)
|
*(.irodata*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue