summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx233/app.lds
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-05-20 00:53:59 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2012-05-20 01:35:24 +0200
commite1713fd902d7ab49f77ca6dcd981b4b03dd40485 (patch)
tree70f097923854cbf84e3da65722be3e7574b1de93 /firmware/target/arm/imx233/app.lds
parentf94db35d5e393675111c78aa273fc2cd0b37814f (diff)
downloadrockbox-e1713fd902d7ab49f77ca6dcd981b4b03dd40485.tar.gz
rockbox-e1713fd902d7ab49f77ca6dcd981b4b03dd40485.zip
imx233: remove useless alignments in linker scripts
Change-Id: I7fc5445f405e1a3e8830ddec2f7652e66a03a633
Diffstat (limited to 'firmware/target/arm/imx233/app.lds')
-rw-r--r--firmware/target/arm/imx233/app.lds5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/imx233/app.lds b/firmware/target/arm/imx233/app.lds
index 89cf33b385..5eb3d5e6d3 100644
--- a/firmware/target/arm/imx233/app.lds
+++ b/firmware/target/arm/imx233/app.lds
@@ -55,7 +55,6 @@ SECTIONS
*(.icode*)
*(.irodata*)
*(.idata*)
- . = ALIGN(0x4);
_iramend = .;
} > IRAM AT> DRAM
@@ -66,16 +65,13 @@ SECTIONS
_iedata = .;
*(.qharray)
*(.ibss*)
- . = ALIGN(0x4);
_iend = .;
} > IRAM
.init ENDAUDIOADDR :
{
- . = ALIGN(4);
_initstart = .;
*(.init*)
- . = ALIGN(0x4);
_initend = .;
} AT> DRAM
@@ -119,7 +115,6 @@ SECTIONS
.audiobuf (NOLOAD) :
{
- . = ALIGN(4);
_audiobuffer = .;
audiobuffer = .;
} > DRAM