Add start/end LPRAM symbols. We might need to use the _elpram symbol if we want to add some LPRAM to heap

This commit is contained in:
Gregory Nutt 2015-06-14 08:57:47 -06:00
parent b1154a4a42
commit 013e409293

View File

@ -110,7 +110,9 @@ SECTIONS
} > sram
.lpram : {
_slpram = ABSOLUTE(.);
*(.lpram)
_elpram = ABSOLUTE(.);
} > lpram
/* Stabs debugging sections. */