linker: cc13x2_cc26x2: CCFG to linker snippets
Move the TI_CCFG linker section code into a dedicated snippet in the soc directory. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
8fb37b94fd
commit
18d3f4dc36
3 changed files with 17 additions and 8 deletions
|
@ -232,14 +232,6 @@ SECTIONS
|
|||
|
||||
GROUP_END(ROMABLE_REGION)
|
||||
|
||||
/* Some TI SoCs have a special configuration footer, at the end of flash. */
|
||||
#ifdef CONFIG_HAS_TI_CCFG
|
||||
SECTION_PROLOGUE(.ti_ccfg,,)
|
||||
{
|
||||
KEEP(*(_TI_CCFG_SECTION_NAME))
|
||||
} > FLASH_CCFG
|
||||
#endif
|
||||
|
||||
/*
|
||||
* These are here according to 'arm-zephyr-elf-ld --verbose',
|
||||
* before data section.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue