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
|
@ -55,7 +55,6 @@ SECTIONS
|
||||||
*(.icode*)
|
*(.icode*)
|
||||||
*(.irodata*)
|
*(.irodata*)
|
||||||
*(.idata*)
|
*(.idata*)
|
||||||
. = ALIGN(0x4);
|
|
||||||
_iramend = .;
|
_iramend = .;
|
||||||
} > IRAM AT> DRAM
|
} > IRAM AT> DRAM
|
||||||
|
|
||||||
|
@ -66,16 +65,13 @@ SECTIONS
|
||||||
_iedata = .;
|
_iedata = .;
|
||||||
*(.qharray)
|
*(.qharray)
|
||||||
*(.ibss*)
|
*(.ibss*)
|
||||||
. = ALIGN(0x4);
|
|
||||||
_iend = .;
|
_iend = .;
|
||||||
} > IRAM
|
} > IRAM
|
||||||
|
|
||||||
.init ENDAUDIOADDR :
|
.init ENDAUDIOADDR :
|
||||||
{
|
{
|
||||||
. = ALIGN(4);
|
|
||||||
_initstart = .;
|
_initstart = .;
|
||||||
*(.init*)
|
*(.init*)
|
||||||
. = ALIGN(0x4);
|
|
||||||
_initend = .;
|
_initend = .;
|
||||||
} AT> DRAM
|
} AT> DRAM
|
||||||
|
|
||||||
|
@ -119,7 +115,6 @@ SECTIONS
|
||||||
|
|
||||||
.audiobuf (NOLOAD) :
|
.audiobuf (NOLOAD) :
|
||||||
{
|
{
|
||||||
. = ALIGN(4);
|
|
||||||
_audiobuffer = .;
|
_audiobuffer = .;
|
||||||
audiobuffer = .;
|
audiobuffer = .;
|
||||||
} > DRAM
|
} > DRAM
|
||||||
|
|
|
@ -47,7 +47,6 @@ SECTIONS
|
||||||
*(.icode*)
|
*(.icode*)
|
||||||
*(.irodata*)
|
*(.irodata*)
|
||||||
*(.idata*)
|
*(.idata*)
|
||||||
. = ALIGN(0x4);
|
|
||||||
_iramend = .;
|
_iramend = .;
|
||||||
} > IRAM AT> DRAM
|
} > IRAM AT> DRAM
|
||||||
|
|
||||||
|
@ -63,7 +62,6 @@ SECTIONS
|
||||||
_iedata = .;
|
_iedata = .;
|
||||||
*(.qharray)
|
*(.qharray)
|
||||||
*(.ibss*)
|
*(.ibss*)
|
||||||
. = ALIGN(0x4);
|
|
||||||
_iend = .;
|
_iend = .;
|
||||||
} > IRAM
|
} > IRAM
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue