tests: threads: Remove unneeded option
This option (CONFIG_HEAP_MEM_POOL_SIZE) is not used for the tests. Moreover it overrides the option, specified in the board's Kconfigs. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
2f7021064f
commit
3879b02550
|
@ -3,7 +3,6 @@ CONFIG_THREAD_MONITOR=y
|
|||
CONFIG_THREAD_CUSTOM_DATA=y
|
||||
CONFIG_THREAD_NAME=y
|
||||
CONFIG_THREAD_STACK_INFO=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=256
|
||||
CONFIG_SCHED_CPU_MASK=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_MP_MAX_NUM_CPUS=1
|
||||
|
|
|
@ -3,7 +3,6 @@ CONFIG_THREAD_MONITOR=y
|
|||
CONFIG_THREAD_CUSTOM_DATA=y
|
||||
CONFIG_THREAD_NAME=y
|
||||
CONFIG_THREAD_STACK_INFO=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=256
|
||||
CONFIG_SCHED_CPU_MASK=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_MP_MAX_NUM_CPUS=1
|
||||
|
|
Loading…
Reference in a new issue