File tree 5 files changed +5
-10
lines changed
riscv/espressif_esp32/esp32c3
5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ SECTIONS
197
197
#include <zephyr/linker/common-rom/common-rom-bt.ld>
198
198
#include <zephyr/linker/common-rom/common-rom-debug.ld>
199
199
#include <zephyr/linker/common-rom/common-rom-misc.ld>
200
+ #include <snippets-sections.ld>
200
201
201
202
/* Create an explicit section at the end of all the data that shall be mapped into drom.
202
203
* This is used to calculate the size of the _image_drom_size variable */
@@ -311,8 +312,6 @@ SECTIONS
311
312
. = ALIGN (4);
312
313
} GROUP_LINK_IN(RAMABLE_REGION)
313
314
314
- #include <snippets-sections.ld>
315
-
316
315
.dram0.data :
317
316
{
318
317
. = ALIGN (4);
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ SECTIONS
221
221
#include <zephyr/linker/common-rom/common-rom-bt.ld>
222
222
#include <zephyr/linker/common-rom/common-rom-debug.ld>
223
223
#include <zephyr/linker/common-rom/common-rom-misc.ld>
224
+ #include <snippets-sections.ld>
224
225
225
226
/* Create an explicit section at the end of all the data that shall be mapped into drom.
226
227
* This is used to calculate the size of the _image_drom_size variable */
@@ -234,8 +235,6 @@ SECTIONS
234
235
_image_dram_size = LOADADDR (.dram0.end) + SIZEOF (.dram0.end) - _image_dram_start;
235
236
_image_dram_vaddr = ADDR (.dram0.data);
236
237
237
- #include <snippets-sections.ld>
238
-
239
238
.dram0.data :
240
239
{
241
240
__data_start = ABSOLUTE (.);
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ SECTIONS
212
212
#include <zephyr/linker/common-rom/common-rom-bt.ld>
213
213
#include <zephyr/linker/common-rom/common-rom-debug.ld>
214
214
#include <zephyr/linker/common-rom/common-rom-misc.ld>
215
+ #include <snippets-sections.ld>
215
216
216
217
/* Create an explicit section at the end of all the data that shall be mapped into drom.
217
218
* This is used to calculate the size of the _image_drom_size variable */
@@ -225,8 +226,6 @@ SECTIONS
225
226
_image_dram_size = LOADADDR (.dram0.end) + SIZEOF (.dram0.end) - _image_dram_start;
226
227
_image_dram_vaddr = ADDR (.dram0.data);
227
228
228
- #include <snippets-sections.ld>
229
-
230
229
.dram0.data :
231
230
{
232
231
__data_start = ABSOLUTE (.);
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ SECTIONS
192
192
#include <zephyr/linker/common-rom/common-rom-net.ld>
193
193
#include <zephyr/linker/common-rom/common-rom-debug.ld>
194
194
#include <zephyr/linker/common-rom/common-rom-misc.ld>
195
+ #include <snippets-sections.ld>
195
196
196
197
/* Create an explicit section at the end of all the data that shall be mapped into drom.
197
198
* This is used to calculate the size of the _image_drom_size variable */
@@ -363,8 +364,6 @@ SECTIONS
363
364
. = ALIGN (8);
364
365
} GROUP_LINK_IN(RAMABLE_REGION)
365
366
366
- #include <snippets-sections.ld>
367
-
368
367
.dram0.data :
369
368
{
370
369
. = ALIGN (8);
Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ SECTIONS
229
229
#include <zephyr/linker/common-rom/common-rom-bt.ld>
230
230
#include <zephyr/linker/common-rom/common-rom-debug.ld>
231
231
#include <zephyr/linker/common-rom/common-rom-misc.ld>
232
+ #include <snippets-sections.ld>
232
233
233
234
/* Create an explicit section at the end of all the data that shall be mapped into drom.
234
235
* This is used to calculate the size of the _image_drom_size variable */
@@ -426,8 +427,6 @@ SECTIONS
426
427
. = ALIGN (8) ;
427
428
} GROUP_LINK_IN(RAMABLE_REGION)
428
429
429
- #include <snippets-sections.ld>
430
-
431
430
.dram0.data :
432
431
{
433
432
. = ALIGN (8);
You can’t perform that action at this time.
0 commit comments