summaryrefslogtreecommitdiffstats
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
{
_loadaddress = .;
_textstart = .;
- *(.text)
*(.text*)
*(.glue_7)
*(.glue_7t)
@@ -84,9 +83,9 @@ SECTIONS
.iram :
{
_iramstart = .;
- *(.icode)
- *(.irodata)
- *(.idata)
+ *(.icode*)
+ *(.irodata*)
+ *(.idata*)
. = ALIGN(0x4);
_iramend = .;
} > IRAM AT> DRAM
@@ -97,7 +96,7 @@ SECTIONS
{
_iedata = .;
*(.qharray)
- *(.ibss)
+ *(.ibss*)
. = ALIGN(0x4);
_iend = .;
} > IRAM