mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
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:
parent
44bc681daa
commit
1e6fd0871f
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,8 @@ SECTIONS
|
|||
*(COMMON)
|
||||
. = ALIGN(4);
|
||||
_ebss = ABSOLUTE(.);
|
||||
. = ALIGN(32);
|
||||
_default_stack_limit = ABSOLUTE(.);
|
||||
} > sram
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue