summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-06-16 20:36:46 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-06-17 00:29:24 +0200
commit49ea1b3cef0dd63102ac94c3e375ad38271fb4a3 (patch)
tree35dc84270b8b9a9633cfed8df70bbaff15b52990
parentf8d298487596fd48366ab9444dfbc85d705b7a29 (diff)
downloadrockbox-49ea1b3cef0dd63102ac94c3e375ad38271fb4a3.tar.gz
rockbox-49ea1b3cef0dd63102ac94c3e375ad38271fb4a3.zip
imx233: make linker file more regular
Change-Id: Ic3fe21be9124af71eae88a00793f914fe03ee5a2
-rw-r--r--firmware/target/arm/imx233/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/app.lds b/firmware/target/arm/imx233/app.lds
index 5eb3d5e6d3..b378f9ea16 100644
--- a/firmware/target/arm/imx233/app.lds
+++ b/firmware/target/arm/imx233/app.lds
@@ -131,5 +131,5 @@ SECTIONS
131 { 131 {
132 _pluginbuf = .; 132 _pluginbuf = .;
133 pluginbuf = .; 133 pluginbuf = .;
134 } 134 } > DRAM
135} 135}