diff options
author | Heiko Schocher <hs@denx.de> | 2019-09-30 09:33:43 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-10-08 07:46:38 +0200 |
commit | ca51ef7c0c6140e6590746b07dad19040f95ef60 (patch) | |
tree | 6aa516d70bc77e74b99ab31c412ae6b7cf512861 /arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 | |
parent | 61ba1244b548463dbfb3c5285b6b22e7c772c5bd (diff) |
watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig
move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix
all board defconfigs.
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Lukasz Majewski <lukma@denx.de>
Acked-by: Martyn Welch <martyn.welch@collabora.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2')
-rw-r--r-- | arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 b/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 index 9583bf743e..d7f7b9f111 100644 --- a/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 +++ b/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 @@ -16,6 +16,5 @@ You can enable it by setting CONFIG_IMX_WATCHDOG. 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. |