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

View File

@@ -59,7 +59,6 @@ CONFIG_IOB_NBUFFERS=24
CONFIG_LIBC_EXECFUNCS=y
CONFIG_LIBC_LONG_LONG=y
CONFIG_MAX_TASKS=16
CONFIG_MAX_WDOGPARMS=2
CONFIG_NET=y
CONFIG_NETDEVICES=y
CONFIG_NETUTILS_TELNETD=y