mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08: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:
@@ -110,7 +110,9 @@ SECTIONS
|
||||
} > sram
|
||||
|
||||
.lpram : {
|
||||
_slpram = ABSOLUTE(.);
|
||||
*(.lpram)
|
||||
_elpram = ABSOLUTE(.);
|
||||
} > lpram
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
|
||||
Reference in New Issue
Block a user