tests: fix the bug of sentinel.conf
Even CONFIG_HW_STACK_PROTECTION is no here, it is still yes as it will be re-selected by CONFIG_TEST_HW_STACK_PROTECTION in tests/Kconfig. So the correct setting here is: CONFIG_TEST_HW_STACK_PROTECTION=n This fixes #8092 (case1) Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
This commit is contained in:
parent
5b6f860539
commit
144a4390b5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CONFIG_STACK_SENTINEL=y
|
||||
CONFIG_HW_STACK_PROTECTION=n
|
||||
CONFIG_TEST_HW_STACK_PROTECTION=n
|
||||
CONFIG_TEST_USERSPACE=n
|
||||
CONFIG_ZTEST=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue