forked from len0rd/rockbox
imx233: remove useless alignments in linker scripts
Change-Id: I7fc5445f405e1a3e8830ddec2f7652e66a03a633
This commit is contained in:
parent
f94db35d5e
commit
e1713fd902
2 changed files with 0 additions and 7 deletions
|
|
@ -47,7 +47,6 @@ SECTIONS
|
|||
*(.icode*)
|
||||
*(.irodata*)
|
||||
*(.idata*)
|
||||
. = ALIGN(0x4);
|
||||
_iramend = .;
|
||||
} > IRAM AT> DRAM
|
||||
|
||||
|
|
@ -63,7 +62,6 @@ SECTIONS
|
|||
_iedata = .;
|
||||
*(.qharray)
|
||||
*(.ibss*)
|
||||
. = ALIGN(0x4);
|
||||
_iend = .;
|
||||
} > IRAM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue