diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-06-16 20:36:46 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-06-17 00:29:24 +0200 |
commit | 49ea1b3cef0dd63102ac94c3e375ad38271fb4a3 (patch) | |
tree | 35dc84270b8b9a9633cfed8df70bbaff15b52990 /firmware/target/arm/imx233/app.lds | |
parent | f8d298487596fd48366ab9444dfbc85d705b7a29 (diff) | |
download | rockbox-49ea1b3cef0dd63102ac94c3e375ad38271fb4a3.tar.gz rockbox-49ea1b3cef0dd63102ac94c3e375ad38271fb4a3.tar.bz2 rockbox-49ea1b3cef0dd63102ac94c3e375ad38271fb4a3.zip |
imx233: make linker file more regular
Change-Id: Ic3fe21be9124af71eae88a00793f914fe03ee5a2
Diffstat (limited to 'firmware/target/arm/imx233/app.lds')
-rw-r--r-- | firmware/target/arm/imx233/app.lds | 2 |
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 { _pluginbuf = .; pluginbuf = .; - } + } > DRAM } |