experiments: move BSS and stack to OCM3

tcp-recv-fnmut
Sebastien Bourdeauducq 2020-07-06 11:57:02 +08:00
parent 21c0c5cbc8
commit 7082e07a18
1 changed files with 3 additions and 3 deletions

View File

@ -42,19 +42,19 @@ SECTIONS
*(.bss .bss.*);
. = ALIGN(4);
__bss_end = .;
} > OCM
} > OCM3
.stack1 (NOLOAD) : ALIGN(8) {
__stack1_end = .;
. += 0x200;
__stack1_start = .;
} > OCM
} > OCM3
.stack0 (NOLOAD) : ALIGN(8) {
__stack0_end = .;
. = ORIGIN(OCM) + LENGTH(OCM) - 8;
__stack0_start = .;
} > OCM
} > OCM3
/DISCARD/ :
{