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*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
} >RAM
|
} >RAM
|
||||||
. = ALIGN(8) + 0x8000;
|
|
||||||
__rtems_end = . ;
|
__rtems_end = . ;
|
||||||
|
. = ALIGN(8) + 0x8000;
|
||||||
PROVIDE(__stack = .);
|
PROVIDE(__stack = .);
|
||||||
PROVIDE(_end = .);
|
PROVIDE(_end = .);
|
||||||
PROVIDE(end = .);
|
PROVIDE(end = .);
|
||||||
|
|||||||
Reference in New Issue
Block a user