forked from M-Labs/zynq-rs
link.x: fix indentation
This commit is contained in:
parent
3948021458
commit
248a692cf7
|
@ -58,8 +58,7 @@ SECTIONS
|
|||
__stack0_start = .;
|
||||
} > OCM
|
||||
|
||||
/DISCARD/ :
|
||||
{
|
||||
/DISCARD/ : {
|
||||
/* Unused exception related info that only wastes space */
|
||||
*(.ARM.exidx);
|
||||
*(.ARM.exidx.*);
|
||||
|
|
Loading…
Reference in New Issue