bsps: Add RamEnd to linker command files

Update #3838.
This commit is contained in:
Sebastian Huber
2019-12-14 21:36:09 +01:00
parent c477d927e8
commit ffa1153170
56 changed files with 56 additions and 1 deletions

View File

@@ -267,6 +267,7 @@ SECTIONS {
/* FIXME */
RamBase = ORIGIN (REGION_DATA);
RamSize = LENGTH (REGION_DATA);
RamEnd = RamBase + RamSize;
WorkAreaBase = bsp_section_work_begin;
HeapSize = 0;