From ffa11531700fca97a9be177bac54562de385401f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 14 Dec 2019 21:36:09 +0100 Subject: bsps: Add RamEnd to linker command files Update #3838. --- bsps/epiphany/epiphany_sim/start/linkcmds | 1 + 1 file changed, 1 insertion(+) (limited to 'bsps/epiphany') diff --git a/bsps/epiphany/epiphany_sim/start/linkcmds b/bsps/epiphany/epiphany_sim/start/linkcmds index 05e500e7d7..8ef1b5b89b 100644 --- a/bsps/epiphany/epiphany_sim/start/linkcmds +++ b/bsps/epiphany/epiphany_sim/start/linkcmds @@ -367,6 +367,7 @@ SECTIONS { RamBase = ORIGIN (REGION_WORK); RamSize = LENGTH (REGION_WORK); + RamEnd = RamBase + RamSize; WorkAreaBase = bsp_section_work_begin; HeapSize = 0; } -- cgit v1.2.3