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 /configs/ge_bx50v3_defconfig | |
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 'configs/ge_bx50v3_defconfig')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 735165916a..75fdbf7e72 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -61,5 +61,6 @@ CONFIG_DM_SPI=y CONFIG_MXC_SPI=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_IPUV3=y +CONFIG_WATCHDOG_TIMEOUT_MSECS=6000 CONFIG_IMX_WATCHDOG=y # CONFIG_EFI_LOADER is not set |