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/m68k/mcf5225x/start/linkcmds | 1 + 1 file changed, 1 insertion(+) (limited to 'bsps/m68k/mcf5225x/start/linkcmds') diff --git a/bsps/m68k/mcf5225x/start/linkcmds b/bsps/m68k/mcf5225x/start/linkcmds index 563aede8eb..0cd45553ba 100644 --- a/bsps/m68k/mcf5225x/start/linkcmds +++ b/bsps/m68k/mcf5225x/start/linkcmds @@ -15,6 +15,7 @@ */ RamBase = DEFINED(RamBase) ? RamBase : 0x20000000; RamSize = DEFINED(RamSize) ? RamSize : 64K; +RamEnd = RamBase + RamSize; HeapSize = DEFINED(HeapSize) ? HeapSize : 0x0; _FlashBase = DEFINED(_FlashBase) ? _FlashBase : 0x00000000; -- cgit v1.2.3