sched/wdog: Change the default value of MAX_WDOGPARMS from 4 to 2

since the maximum number of argument pass to wd_start in the whole
code base is 2 and change CONFIG_MAX_WDOGPARMS in some defconfig
from 1 to 2 oherwise pthread_condclockwait will fail

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ib6cb28b8c0722058849e7be916e164513431d21c
This commit is contained in:
Xiang Xiao
2020-08-05 17:41:48 +08:00
committed by patacongo
parent ab6ddb8f99
commit e1d3627bb1
534 changed files with 1 additions and 534 deletions
@@ -18,7 +18,6 @@ CONFIG_ENDIAN_BIG=y
CONFIG_HOST_WINDOWS=y
CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_MAX_TASKS=16
CONFIG_MAX_WDOGPARMS=2
CONFIG_NFILE_DESCRIPTORS=8
CONFIG_NFILE_STREAMS=8
CONFIG_PREALLOC_MQ_MSGS=4