]> git.dujemihanovic.xyz Git - u-boot.git/commit
watchdog: imx: add config to disable wdog reset
authorXiaoliang Yang <xiaoliang.yang_1@nxp.com>
Thu, 18 Oct 2018 10:27:46 +0000 (18:27 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 1 Jan 2019 13:12:18 +0000 (14:12 +0100)
commitda4918acb8585ba45b2dbadb2114e10d7557966f
tree1b803f23780c1ec2b31e33794fa8866aed475cd1
parent005c1cf888a7ad72bd0f9ceb6f6b2eee7720f7b0
watchdog: imx: add config to disable wdog reset

Add Kconfig option WATCHDOG_RESET_DISABLE to disable watchdog reset
in imx_watchdog driver, so that the watchdog will not be fed in
u-boot if CONFIG_WATCHDOG_RESET_DISABLE is enabled.

Signed-off-by: Xiaoliang Yang <xiaoliang.yang_1@nxp.com>
arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2
drivers/watchdog/Kconfig
drivers/watchdog/imx_watchdog.c