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 /include/configs/warp.h | |
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 'include/configs/warp.h')
-rw-r--r-- | include/configs/warp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h index 5345f5314d..41fd6c759e 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -25,7 +25,6 @@ #define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE /* Watchdog */ -#define CONFIG_WATCHDOG_TIMEOUT_MSECS 30000 /* 30s */ #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + SZ_256M) |