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/arm/shared/start/linkcmds.base | 1 + 1 file changed, 1 insertion(+) (limited to 'bsps/arm/shared') diff --git a/bsps/arm/shared/start/linkcmds.base b/bsps/arm/shared/start/linkcmds.base index fb819e2bb1..8121161e0c 100644 --- a/bsps/arm/shared/start/linkcmds.base +++ b/bsps/arm/shared/start/linkcmds.base @@ -359,6 +359,7 @@ SECTIONS { /* FIXME */ RamBase = ORIGIN (REGION_WORK); RamSize = LENGTH (REGION_WORK); + RamEnd = RamBase + RamSize; WorkAreaBase = bsp_section_work_begin; HeapSize = 0; -- cgit v1.2.3