summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8702/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s5l8702/app.lds')
-rw-r--r--firmware/target/arm/s5l8702/app.lds9
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/target/arm/s5l8702/app.lds b/firmware/target/arm/s5l8702/app.lds
index ec66e5d969..60ecdc6738 100644
--- a/firmware/target/arm/s5l8702/app.lds
+++ b/firmware/target/arm/s5l8702/app.lds
@@ -46,7 +46,6 @@ SECTIONS
46 _loadaddress = .; 46 _loadaddress = .;
47 _textstart = .; 47 _textstart = .;
48 *(.init.text) 48 *(.init.text)
49 *(.text)
50 *(.text*) 49 *(.text*)
51 *(.glue_7) 50 *(.glue_7)
52 *(.glue_7t) 51 *(.glue_7t)
@@ -73,9 +72,9 @@ SECTIONS
73 .iram : 72 .iram :
74 { 73 {
75 _iramstart = .; 74 _iramstart = .;
76 *(.icode) 75 *(.icode*)
77 *(.irodata) 76 *(.irodata*)
78 *(.idata) 77 *(.idata*)
79 . = ALIGN(0x4); 78 . = ALIGN(0x4);
80 _iramend = .; 79 _iramend = .;
81 } > IRAM AT> DRAM 80 } > IRAM AT> DRAM
@@ -85,7 +84,7 @@ SECTIONS
85 { 84 {
86 _iedata = .; 85 _iedata = .;
87 *(.qharray) 86 *(.qharray)
88 *(.ibss) 87 *(.ibss*)
89 . = ALIGN(0x4); 88 . = ALIGN(0x4);
90 _iend = .; 89 _iend = .;
91 } > IRAM 90 } > IRAM