Revert "linker: common-rom: tweak section naming to feet all linkers"
This reverts commit fd5fa203b6
.
Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
4ac2c420f9
commit
9c70fb1e18
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@
|
|||
{
|
||||
__device_handles_start = .;
|
||||
#ifdef LINKER_PASS2
|
||||
KEEP(*(SORT(.__device_handles_pass2*)));
|
||||
KEEP(*(SORT(.__device_handles_pass2)));
|
||||
#else /* LINKER_PASS2 */
|
||||
KEEP(*(SORT(.__device_handles_pass1*)));
|
||||
KEEP(*(SORT(.__device_handles_pass1)));
|
||||
#endif /* LINKER_PASS2 */
|
||||
__device_handles_end = .;
|
||||
} GROUP_LINK_IN(ROMABLE_REGION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue