tests: userspace: Do not assign promptless THREAD_USERSPACE_LOCAL_DATA
Assignments have no effect on promptless symbols. Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742. This symbol should already be getting enabled if CONFIG_USERSPACE is enabled, because CONFIG_ERRNO is default y and has select THREAD_USERSPACE_LOCAL_DATA if USERSPACE Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
4d41f03f09
commit
d4ad36e8d6
|
@ -2,5 +2,4 @@ CONFIG_STACK_CANARIES=n
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_INIT_STACKS=y
|
||||
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
||||
CONFIG_THREAD_USERSPACE_LOCAL_DATA=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
|
Loading…
Reference in New Issue