Re: [U-Boot] [PATCH v2 2/2] watchdog: imx: add config to disable wdog reset

2018-12-08 Thread Stefano Babic
On 18/10/18 12:27, Xiaoliang Yang wrote: > Add Kconfig option WATCHDOG_RESET_DISABLE to disable watchdog reset > in imx_watchdog driver, so that the watchdog will not be fed in > u-boot if CONFIG_WATCHDOG_RESET_DISABLE is enabled. > > Signed-off-by: Xiaoliang Yang > --- > arch/arm/cpu/armv8/fs

[U-Boot] [PATCH v2 2/2] watchdog: imx: add config to disable wdog reset

2018-10-18 Thread Xiaoliang Yang
Add Kconfig option WATCHDOG_RESET_DISABLE to disable watchdog reset in imx_watchdog driver, so that the watchdog will not be fed in u-boot if CONFIG_WATCHDOG_RESET_DISABLE is enabled. Signed-off-by: Xiaoliang Yang --- arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 |2 ++ drivers/watchdog