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.lds14
1 files changed, 6 insertions, 8 deletions
diff --git a/firmware/target/arm/as3525/app.lds b/firmware/target/arm/as3525/app.lds
index 45ae30f9f3..eb5b28f852 100644
--- a/firmware/target/arm/as3525/app.lds
+++ b/firmware/target/arm/as3525/app.lds
@@ -55,6 +55,12 @@ SECTIONS
{
loadaddress = DRAM_ORIG;
+ .vectors :
+ {
+ _vectors_start = .;
+ *(.init.text)
+ } > DRAM
+
.text :
{
_loadaddress = .;
@@ -83,14 +89,6 @@ SECTIONS
*(.eh_frame)
}
- .vectors IRAMORIG:
- {
- _vectors_start = .;
- *(.init.text)
- } > IRAM AT > DRAM
-
- _vectorscopy = LOADADDR(.vectors);
-
.iram :
{
_iramstart = .;