include/linker: .object_access.* should be in ROM
.object_access.* sections should be with GROUP_LINK_IN(ROMABLE_REGION) as other sections in common-rom.ld Fixes #15481 Signed-off-by: Wayne Ren <wei.ren@synopsys.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
db8d32881f
commit
0e4d4fa67f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
__object_access_start = .;
|
||||
KEEP(*(".object_access.*"))
|
||||
__object_access_end = .;
|
||||
}
|
||||
} GROUP_LINK_IN(ROMABLE_REGION)
|
||||
#endif
|
||||
|
||||
SECTION_PROLOGUE(app_shmem_regions,,)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue