summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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 f9d070e60d..e19ff13878 100644
--- a/firmware/target/arm/as3525/app.lds
+++ b/firmware/target/arm/as3525/app.lds
@@ -112,7 +112,7 @@ SECTIONS
112 _iend = .; 112 _iend = .;
113 } > IRAM 113 } > IRAM
114 114
115 .init ENDADDR : 115 .init CODECORIG :
116 { 116 {
117 . = ALIGN(4); 117 . = ALIGN(4);
118 _initstart = .; 118 _initstart = .;