From 013e40929356fbbf9fe3abbb22116e1f3d7fb953 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 14 Jun 2015 08:57:47 -0600 Subject: [PATCH] Add start/end LPRAM symbols. We might need to use the _elpram symbol if we want to add some LPRAM to heap --- configs/saml21-xplained/scripts/flash.ld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/saml21-xplained/scripts/flash.ld b/configs/saml21-xplained/scripts/flash.ld index f97540fff42..e9b8f18bbc4 100755 --- a/configs/saml21-xplained/scripts/flash.ld +++ b/configs/saml21-xplained/scripts/flash.ld @@ -110,7 +110,9 @@ SECTIONS } > sram .lpram : { + _slpram = ABSOLUTE(.); *(.lpram) + _elpram = ABSOLUTE(.); } > lpram /* Stabs debugging sections. */