satman: increase stack size

Prevents crashing when running the routing code.

Will have to be shrunk back on Sayma RTM.
pull/1212/head
Sebastien Bourdeauducq 2018-09-11 18:23:51 +08:00
parent a23af67f2b
commit c0c5867f9e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ SECTIONS
.stack :
{
_estack = .;
. += 0x1000;
. += 0x10000;
_fstack = . - 4;
} > main_ram
}