mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
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:
parent
b1154a4a42
commit
013e409293
1 changed files with 2 additions and 0 deletions
|
|
@ -110,7 +110,9 @@ SECTIONS
|
|||
} > sram
|
||||
|
||||
.lpram : {
|
||||
_slpram = ABSOLUTE(.);
|
||||
*(.lpram)
|
||||
_elpram = ABSOLUTE(.);
|
||||
} > lpram
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue