boards: hifive1-revb: Add _default_stack_limit to the linker scripts

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2021-04-19 07:58:45 +09:00 committed by Xiang Xiao
parent 7fb73dba1c
commit 17149fbb38
2 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,8 @@ SECTIONS
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
. = ALIGN(32);
_default_stack_limit = ABSOLUTE(.);
} > sram
/* Stabs debugging sections. */

View File

@ -74,6 +74,8 @@ SECTIONS
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
. = ALIGN(32);
_default_stack_limit = ABSOLUTE(.);
} > sram
/* Stabs debugging sections. */