boards: maix-bit: Add _default_stack_limit to the linker script

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa
2021-04-19 08:43:18 +09:00
committed by Xiang Xiao
parent 44bc681daa
commit 1e6fd0871f
@@ -81,6 +81,8 @@ SECTIONS
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
. = ALIGN(32);
_default_stack_limit = ABSOLUTE(.);
} > sram
/* Stabs debugging sections. */