summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc780x/app.lds')
-rw-r--r--firmware/target/arm/tcc780x/app.lds9
1 files changed, 3 insertions, 6 deletions
diff --git a/firmware/target/arm/tcc780x/app.lds b/firmware/target/arm/tcc780x/app.lds
index a742908ce1..e31e46fde7 100644
--- a/firmware/target/arm/tcc780x/app.lds
+++ b/firmware/target/arm/tcc780x/app.lds
@@ -116,8 +116,7 @@ SECTIONS
116 *(.icode) 116 *(.icode)
117 . = ALIGN(0x4); 117 . = ALIGN(0x4);
118 _iramend = .; 118 _iramend = .;
119 /* } > SRAM AT> DRAM */ 119 } > SRAM AT> DRAM
120 } > DRAM
121 120
122 _iramcopy = LOADADDR(.iram); 121 _iramcopy = LOADADDR(.iram);
123 122
@@ -127,8 +126,7 @@ SECTIONS
127 *(.ibss) 126 *(.ibss)
128 . = ALIGN(0x4); 127 . = ALIGN(0x4);
129 _iend = .; 128 _iend = .;
130 /* } > SRAM */ 129 } > SRAM
131 } > DRAM
132 130
133 .stack : 131 .stack :
134 { 132 {
@@ -136,8 +134,7 @@ SECTIONS
136 stackbegin = .; 134 stackbegin = .;
137 . += 0x2000; 135 . += 0x2000;
138 stackend = .; 136 stackend = .;
139 /* } > SRAM */ 137 } > SRAM
140 } > DRAM
141 138
142 .bss : 139 .bss :
143 { 140 {