[U-Boot] [ANN] U-Boot v2015.10-rc4 released

Sinan Akman sinan at writeme.com
Wed Sep 30 20:33:35 CEST 2015


   Hi Fabio

Fabio Estevam wrote:
> Hi Sinan,
> [...]
> 
> Does this fix the reset issue?
> 
> --- a/drivers/watchdog/imx_watchdog.c
> +++ b/drivers/watchdog/imx_watchdog.c
> @@ -55,7 +55,7 @@ void reset_cpu(ulong addr)
>  {
>         struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR;
> 
> -       clrsetbits_le16(&wdog->wcr, 0, WCR_WDE);
> +       setbits_le16(&wdog->wcr, WCR_WDE);
> 
>         writew(0x5555, &wdog->wsr);
>         writew(0xaaaa, &wdog->wsr);     /* load minimum 1/2 second timeout */
> 

   Nope, AFAICS it doesn't make any difference.

   Regards
   Sinan Akman


More information about the U-Boot mailing list