xtensa: dc233c: Add TLS support

Add TLS support for this target.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Flavio Ceolin 2023-09-14 09:55:05 -07:00 committed by Anas Nashif
commit 8cb9d76553
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ config SOC_XTENSA_DC233C
bool "Xtensa dc233c core"
select XTENSA
select XTENSA_HAL
select ARCH_HAS_THREAD_LOCAL_STORAGE
select CPU_HAS_MMU
imply XTENSA_MMU
select ARCH_HAS_RESERVED_PAGE_FRAMES if XTENSA_MMU

View file

@ -397,6 +397,8 @@ SECTIONS
#include <zephyr/linker/common-rom.ld>
#include <zephyr/linker/thread-local-storage.ld>
#include <zephyr/linker/cplusplus-rom.ld>
#include <snippets-sections.ld>