wdt: Unify option of timeout value
There is no need to duplicate same option with different name. Kill HW_WATCHDOG_TIMEOUT_MS in favor of WATCHDOG_TIMEOUT_MSECS. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:

committed by
Tom Rini

parent
b71e0c1a30
commit
ea926511dc
@@ -131,7 +131,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 30000
|
||||
#define CONFIG_WATCHDOG_TIMEOUT_MSECS 30000
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user