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)
|
||||
{
|
||||
__heap0_start = .;
|
||||
. += 0x800000;
|
||||
. += 0x8000000;
|
||||
__heap0_end = .;
|
||||
__heap1_start = .;
|
||||
. += 0x800000;
|
||||
. += 0x8000000;
|
||||
__heap1_end = .;
|
||||
} > SDRAM
|
||||
|
||||
|
|
Loading…
Reference in New Issue