diff --git a/include/zephyr/linker/thread-local-storage.ld b/include/zephyr/linker/thread-local-storage.ld index c0eec73f4e1..1214cc8817e 100644 --- a/include/zephyr/linker/thread-local-storage.ld +++ b/include/zephyr/linker/thread-local-storage.ld @@ -11,7 +11,7 @@ SECTION_DATA_PROLOGUE(tbss,(NOLOAD),) { *(.tbss .tbss.* .gnu.linkonce.tb.* .tcommon); - } GROUP_ROM_LINK_IN(RAMABLE_REGION, RAMABLE_REGION) + } GROUP_ROM_LINK_IN(RAMABLE_REGION, ROMABLE_REGION) /* * These needs to be outside of the tdata/tbss