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:
Wayne Ren 2019-04-16 17:16:58 +08:00 committed by Kumar Gala
commit 0e4d4fa67f

View file

@ -41,7 +41,7 @@
__object_access_start = .;
KEEP(*(".object_access.*"))
__object_access_end = .;
}
} GROUP_LINK_IN(ROMABLE_REGION)
#endif
SECTION_PROLOGUE(app_shmem_regions,,)