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/v850/gdbv850sim/start/linkcmds | 1 + 1 file changed, 1 insertion(+) (limited to 'bsps/v850') diff --git a/bsps/v850/gdbv850sim/start/linkcmds b/bsps/v850/gdbv850sim/start/linkcmds index c128a08de1..a5339ef24d 100644 --- a/bsps/v850/gdbv850sim/start/linkcmds +++ b/bsps/v850/gdbv850sim/start/linkcmds @@ -3,6 +3,7 @@ */ _RamBase = DEFINED(_RamBase) ? _RamBase : 0x100000; /* RAM starts at 1MB */ _RamSize = DEFINED(_RamSize) ? _RamSize : 0x100000; /* default is 1MB */ +_RamEnd = _RamBase + _RamSize; _HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0x0; /* Default linker script, for normal executables */ -- cgit v1.2.3