forked from M-Labs/artiq-zynq
runtime: increased heap size
This commit is contained in:
parent
ae07c05db4
commit
805f1d4eff
|
@ -49,10 +49,10 @@ SECTIONS
|
||||||
.heap (NOLOAD) : ALIGN(8)
|
.heap (NOLOAD) : ALIGN(8)
|
||||||
{
|
{
|
||||||
__heap0_start = .;
|
__heap0_start = .;
|
||||||
. += 0x800000;
|
. += 0x8000000;
|
||||||
__heap0_end = .;
|
__heap0_end = .;
|
||||||
__heap1_start = .;
|
__heap1_start = .;
|
||||||
. += 0x800000;
|
. += 0x8000000;
|
||||||
__heap1_end = .;
|
__heap1_end = .;
|
||||||
} > SDRAM
|
} > SDRAM
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue