From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sinan Akman Date: Wed, 30 Sep 2015 14:33:35 -0400 Subject: [U-Boot] [ANN] U-Boot v2015.10-rc4 released In-Reply-To: References: <20150928210901.GH22966@bill-the-cat> <560C1233.3000300@writeme.com> <560C18FC.2000501@freescale.com> <560C1A4D.3070509@writeme.com> <560C23B5.7060104@writeme.com> Message-ID: <560C2AFF.4080502@writeme.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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