forked from M-Labs/zynq-rs
link.x: simplify while used with jtag only
This commit is contained in:
parent
26c8164837
commit
fc91a0427b
10
link.x
10
link.x
|
@ -21,17 +21,9 @@ MEMORY
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
.exceptions ORIGIN(OCM) :
|
.text :
|
||||||
{
|
{
|
||||||
KEEP(*(.text.exceptions));
|
KEEP(*(.text.exceptions));
|
||||||
} > OCM
|
|
||||||
|
|
||||||
.__fill (NOLOAD) : {
|
|
||||||
. = ORIGIN(OCM) + 0x8000;
|
|
||||||
} > OCM
|
|
||||||
|
|
||||||
.text (ORIGIN(OCM) + 0x8000) :
|
|
||||||
{
|
|
||||||
*(.text.boot);
|
*(.text.boot);
|
||||||
*(.text .text.*);
|
*(.text .text.*);
|
||||||
} > OCM
|
} > OCM
|
||||||
|
|
Loading…
Reference in New Issue