Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-30 Thread Anatolij Gustschin
Hi Stefano, On Mon, 30 Sep 2013 07:41:46 +0200 Stefano Babic wrote: ... > Can you resend the patch in the usual way to ML for including into > mainline ? yes, I can resend it. Thanks, Anatolij ___ U-Boot mailing list U-Boot@lists.denx.de http://lis

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-29 Thread Stefano Babic
Hi Antolji, On 29/09/2013 20:08, Otavio Salvador wrote: >>> >>> I am booting the board from USB loader. May it be an issue? >> >> No, it shouldn't be an issue. Does the attached patch help? > > It does fix the issue! :-) > Can you resend the patch in the usual way to ML for including into main

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-29 Thread Otavio Salvador
On Sun, Sep 29, 2013 at 1:57 PM, Anatolij Gustschin wrote: > On Sat, 28 Sep 2013 21:19:19 -0300 > Otavio Salvador wrote: > >> I am trying to add support for watchdog in one board and it is not >> working as expected. >> >> I did add the: >> >> #define CONFIG_HW_WATCHDOG >> #define CONFIG_IMX_WATC

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-29 Thread Otavio Salvador
On Sun, Sep 29, 2013 at 5:23 AM, Michael Trimarchi wrote: > On Sun, Sep 29, 2013 at 2:19 AM, Otavio Salvador > wrote: >> I am trying to add support for watchdog in one board and it is not >> working as expected. >> >> I did add the: >> >> #define CONFIG_HW_WATCHDOG >> #define CONFIG_IMX_WATCHDOG

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-29 Thread Anatolij Gustschin
Hi, On Sat, 28 Sep 2013 21:19:19 -0300 Otavio Salvador wrote: > I am trying to add support for watchdog in one board and it is not > working as expected. > > I did add the: > > #define CONFIG_HW_WATCHDOG > #define CONFIG_IMX_WATCHDOG > > into the board config file. > > Into the board .c file

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-29 Thread Michael Trimarchi
Hi On Sun, Sep 29, 2013 at 2:19 AM, Otavio Salvador wrote: > Hello, > > I am trying to add support for watchdog in one board and it is not > working as expected. > > I did add the: > > #define CONFIG_HW_WATCHDOG > #define CONFIG_IMX_WATCHDOG > > into the board config file. > > Into the board .c f

[U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-28 Thread Otavio Salvador
Hello, I am trying to add support for watchdog in one board and it is not working as expected. I did add the: #define CONFIG_HW_WATCHDOG #define CONFIG_IMX_WATCHDOG into the board config file. Into the board .c file, I added: int board_late_init(void) { ... #ifdef CONFIG_HW_WATCHDOG hw_w