File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -190,14 +190,6 @@ SECTIONS
190
190
.dram0.data :
191
191
{
192
192
_data_start = ABSOLUTE(.);
193
- _bt_data_start = ABSOLUTE(.);
194
- *libbt.a:(.data .data.*)
195
- . = ALIGN (4);
196
- _bt_data_end = ABSOLUTE(.);
197
- _btdm_data_start = ABSOLUTE(.);
198
- *libbtdm_app.a:(.data .data.*)
199
- . = ALIGN (4);
200
- _btdm_data_end = ABSOLUTE(.);
201
193
*(.gnu.linkonce.d.*)
202
194
*(.data1)
203
195
*(.sdata)
@@ -244,14 +236,6 @@ SECTIONS
244
236
. = ALIGN (8);
245
237
_bss_start = ABSOLUTE(.);
246
238
*(.ext_ram.bss*)
247
- _bt_bss_start = ABSOLUTE(.);
248
- *libbt.a:(.bss .bss.* COMMON)
249
- . = ALIGN (4);
250
- _bt_bss_end = ABSOLUTE(.);
251
- _btdm_bss_start = ABSOLUTE(.);
252
- *libbtdm_app.a:(.bss .bss.* COMMON)
253
- . = ALIGN (4);
254
- _btdm_bss_end = ABSOLUTE(.);
255
239
256
240
mapping[dram0_bss]
257
241
You can’t perform that action at this time.
0 commit comments