Allocator hacks #48

Merged
sb10q merged 1 commits from pca006132/zynq-rs:alloc-hack into master 2020-08-03 14:49:32 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ SECTIONS
__stack0_end = .;
. = ORIGIN(OCM) + LENGTH(OCM) - 8;
__stack0_start = .;
/* unused heap0 to prevent the linker from complaining*/
__heap0_start = .;
__heap0_end = .;
} > OCM
/DISCARD/ :