File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ SECTIONS
248
248
PROVIDE (__end_bss_RAM5 = .) ;
249
249
} > RamAHB_ETB16
250
250
251
- /* MAIN BSS SECTION */
251
+ /* MAIN BSS SECTION : EDIT change to RamLoc40 */
252
252
.bss : ALIGN (4)
253
253
{
254
254
_bss = .;
@@ -257,7 +257,7 @@ SECTIONS
257
257
. = ALIGN (4) ;
258
258
_ebss = .;
259
259
PROVIDE (end = .);
260
- } > RamLoc32
260
+ } > RamLoc40 /* RamLoc32 */
261
261
262
262
/* NOINIT section for RamLoc40 */
263
263
.noinit_RAM2 (NOLOAD) : ALIGN (4)
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ SECTIONS
292
292
PROVIDE (__end_bss_RamAHB_ETB16 = .) ;
293
293
} > RamAHB_ETB16 AT> RamAHB_ETB16
294
294
295
- /* MAIN BSS SECTION */
295
+ /* MAIN BSS SECTION : EDIT change to RamLoc40 */
296
296
.bss : ALIGN (4)
297
297
{
298
298
_bss = .;
@@ -305,7 +305,7 @@ SECTIONS
305
305
PROVIDE (__end_bss_RAM = .) ;
306
306
PROVIDE (__end_bss_RamLoc32 = .) ;
307
307
PROVIDE (end = .);
308
- } > RamLoc32 AT> RamLoc32
308
+ } > RamLoc40 AT> RamLoc40 /* > RamLoc32 AT> RamLoc32 */
309
309
310
310
/* NOINIT section for RamLoc40 */
311
311
.noinit_RAM2 (NOLOAD) : ALIGN (4)
You can’t perform that action at this time.
0 commit comments