forked from Imagelibrary/rtems
Move stack outside of _rtems_end marked area.
This commit is contained in:
@@ -209,8 +209,8 @@ SECTIONS
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
} >RAM
|
||||
. = ALIGN(8) + 0x8000;
|
||||
__rtems_end = . ;
|
||||
. = ALIGN(8) + 0x8000;
|
||||
PROVIDE(__stack = .);
|
||||
PROVIDE(_end = .);
|
||||
PROVIDE(end = .);
|
||||
|
||||
Reference in New Issue
Block a user