mc1322x: increase the HEAP to 2048 bytes: needed for COAP server.
This commit is contained in:
parent
e93f84bd4d
commit
f0c27340c6
|
@ -18,7 +18,7 @@ FIQ_STACK_SIZE = 256;
|
||||||
SVC_STACK_SIZE = 256;
|
SVC_STACK_SIZE = 256;
|
||||||
ABT_STACK_SIZE = 16;
|
ABT_STACK_SIZE = 16;
|
||||||
UND_STACK_SIZE = 16;
|
UND_STACK_SIZE = 16;
|
||||||
HEAP_SIZE = 1024;
|
HEAP_SIZE = 2048;
|
||||||
|
|
||||||
/* Read-only sections, merged into text segment: */
|
/* Read-only sections, merged into text segment: */
|
||||||
PROVIDE (__executable_start = 0x00400000); . = 0x00400000;
|
PROVIDE (__executable_start = 0x00400000); . = 0x00400000;
|
||||||
|
|
Loading…
Reference in a new issue