From d0e932de7c8e46ade1994e03e864636db3922520 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Fri, 19 Dec 2014 13:49:10 +0100 Subject: arm: socfpga: Change watchdog timeout The current current watchdog timeout of 12 seconds is a bit small for booting into Linux, especially when using a NFS based rootfs. So lets change this timeout to a more defensive value of 30 seconds. Also we now call the hw_watchdog_init() function so that we override the value already configured from the Preloader. Signed-off-by: Stefan Roese Cc: Vince Bridgers Cc: Dinh Nguyen Cc: Chin Liang See Cc: Marek Vasut Cc: Pavel Machek --- include/configs/socfpga_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 6bb9473c82..6b1f967c44 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -139,7 +139,7 @@ #define CONFIG_DESIGNWARE_WATCHDOG #define CONFIG_DW_WDT_BASE SOCFPGA_L4WD0_ADDRESS #define CONFIG_DW_WDT_CLOCK_KHZ 25000 -#define CONFIG_HW_WATCHDOG_TIMEOUT_MS 12000 +#define CONFIG_HW_WATCHDOG_TIMEOUT_MS 30000 #endif /* -- cgit v1.2.1