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.lds9
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/target/arm/as3525/app.lds b/firmware/target/arm/as3525/app.lds
index b24a2cf00b..c2fce0dcec 100644
--- a/firmware/target/arm/as3525/app.lds
+++ b/firmware/target/arm/as3525/app.lds
@@ -57,7 +57,6 @@ SECTIONS
57 { 57 {
58 _loadaddress = .; 58 _loadaddress = .;
59 _textstart = .; 59 _textstart = .;
60 *(.text)
61 *(.text*) 60 *(.text*)
62 *(.glue_7) 61 *(.glue_7)
63 *(.glue_7t) 62 *(.glue_7t)
@@ -84,9 +83,9 @@ SECTIONS
84 .iram : 83 .iram :
85 { 84 {
86 _iramstart = .; 85 _iramstart = .;
87 *(.icode) 86 *(.icode*)
88 *(.irodata) 87 *(.irodata*)
89 *(.idata) 88 *(.idata*)
90 . = ALIGN(0x4); 89 . = ALIGN(0x4);
91 _iramend = .; 90 _iramend = .;
92 } > IRAM AT> DRAM 91 } > IRAM AT> DRAM
@@ -97,7 +96,7 @@ SECTIONS
97 { 96 {
98 _iedata = .; 97 _iedata = .;
99 *(.qharray) 98 *(.qharray)
100 *(.ibss) 99 *(.ibss*)
101 . = ALIGN(0x4); 100 . = ALIGN(0x4);
102 _iend = .; 101 _iend = .;
103 } > IRAM 102 } > IRAM