Added missing HEAP_RAM definition
linker was generating a warning, and tests were failing on "Heap, allocation and fragmentation test"
This commit is contained in:
parent
2bc5a485a9
commit
4bf25efd24
|
@ -44,5 +44,7 @@ REGION_ALIAS("DATA_RAM", ram0);
|
|||
/* RAM region to be used for BSS segment.*/
|
||||
REGION_ALIAS("BSS_RAM", ram0);
|
||||
|
||||
/* RAM region to be used for HEAP segment.*/
|
||||
REGION_ALIAS("HEAP_RAM", ram0);
|
||||
|
||||
INCLUDE rules.ld
|
||||
|
|
Loading…
Reference in New Issue