xtensa: intel_s1000: enable thread local storage

Adds the bits to enable thread local storage for
intel_s1000 SoC.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2020-10-05 10:15:00 -07:00 committed by Andrew Boie
commit c7ed7e492b
2 changed files with 2 additions and 0 deletions

View file

@ -7,3 +7,4 @@ config SOC_INTEL_S1000
select XTENSA_HAL if "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xcc"
select HAS_I2C_DW if I2C
select HAS_SPI_DW if SPI
select ARCH_HAS_THREAD_LOCAL_STORAGE

View file

@ -355,6 +355,7 @@ SECTIONS
_etext = .;
} >ram :ram_phdr
#include <linker/common-rom.ld>
#include <linker/thread-local-storage.ld>
.noinit : ALIGN(4)
{