summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorXiaoliang Yang <[email protected]>2018-10-18 18:27:46 +0800
committerStefano Babic <[email protected]>2019-01-01 14:12:18 +0100
commitda4918acb8585ba45b2dbadb2114e10d7557966f (patch)
tree1b803f23780c1ec2b31e33794fa8866aed475cd1 /arch
parent005c1cf888a7ad72bd0f9ceb6f6b2eee7720f7b0 (diff)
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 <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch22
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 b/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2
index 9176546525d..9583bf743ee 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2
+++ b/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2
@@ -17,3 +17,5 @@ Use following config to set watchdog timeout, if this config is not defined,
the default timeout value is 128s which is the maximum. Set 10 seconds for
example:
#define CONFIG_WATCHDOG_TIMEOUT_MSECS 10000
+Set CONFIG_WATCHDOG_RESET_DISABLE to disable reset watchdog, so that the
+watchdog will not be fed in u-boot.