summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/app.lds')
-rw-r--r--firmware/target/arm/imx31/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/app.lds b/firmware/target/arm/imx31/app.lds
index ebfd2e9c60..0325f89b66 100644
--- a/firmware/target/arm/imx31/app.lds
+++ b/firmware/target/arm/imx31/app.lds
@@ -111,7 +111,7 @@ SECTIONS
111 . = ALIGN(4); 111 . = ALIGN(4);
112 _initstart = .; 112 _initstart = .;
113 *(.init) 113 *(.init)
114 *(.sdmacode) 114 *(.initdata)
115 _initend = .; 115 _initend = .;
116 } > INIT AT> DRAM 116 } > INIT AT> DRAM
117 117