linker script: shrink STACK_SIZE to avoid DataAborts

multiprocessing
Astro 2019-08-19 00:15:23 +02:00
parent 45ed5f6c5b
commit cc0c4e521e
1 changed files with 1 additions and 1 deletions

2
link.x
View File

@ -1,6 +1,6 @@
ENTRY(_boot_cores);
STACK_SIZE = 0x10000 - 8;
STACK_SIZE = 0x8000 - 4;
/* Provide some defaults */
PROVIDE(Reset = _boot_cores);