forked from M-Labs/artiq
satman: increase stack size
Prevents crashing when running the routing code. Will have to be shrunk back on Sayma RTM.
This commit is contained in:
parent
a23af67f2b
commit
c0c5867f9e
|
@ -49,7 +49,7 @@ SECTIONS
|
||||||
.stack :
|
.stack :
|
||||||
{
|
{
|
||||||
_estack = .;
|
_estack = .;
|
||||||
. += 0x1000;
|
. += 0x10000;
|
||||||
_fstack = . - 4;
|
_fstack = . - 4;
|
||||||
} > main_ram
|
} > main_ram
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue