From 7082e07a1857d811bcf2f6982c655c411c5a1e4f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 6 Jul 2020 11:57:02 +0800 Subject: [PATCH] experiments: move BSS and stack to OCM3 --- experiments/link.x | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experiments/link.x b/experiments/link.x index 6013d8a..3567b5b 100644 --- a/experiments/link.x +++ b/experiments/link.x @@ -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/ : {