linker: link into derived section names
Link variables into derived section names instead of hardcoded names. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
dcce5b1a74
commit
f408f42e36
3 changed files with 6 additions and 6 deletions
|
@ -10,6 +10,6 @@ GROUP_START(FLASH_CCFG)
|
|||
SECTION_PROLOGUE(.ti_ccfg,,)
|
||||
{
|
||||
KEEP(*(_TI_CCFG_SECTION_NAME))
|
||||
} GROUP_LINK_IN(FLASH_CCFG)
|
||||
} GROUP_LINK_IN(LINKER_DT_NODE_REGION_NAME(DT_NODELABEL(ti_ccfg_partition)))
|
||||
|
||||
GROUP_END(FLASH_CCFG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue