summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/app.lds')
-rw-r--r--firmware/target/arm/as3525/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/app.lds b/firmware/target/arm/as3525/app.lds
index c2fce0dcec..546aabbf4e 100644
--- a/firmware/target/arm/as3525/app.lds
+++ b/firmware/target/arm/as3525/app.lds
@@ -105,7 +105,7 @@ SECTIONS
105 { 105 {
106 . = ALIGN(4); 106 . = ALIGN(4);
107 _initstart = .; 107 _initstart = .;
108 *(.init) 108 *(.init*)
109 _initend = .; 109 _initend = .;
110 } AT> DRAM 110 } AT> DRAM
111 111