Re: [U-Boot] [PATCH 7/7] ti: wdt: Enable OMAP watchdog in u-boot's board_f.c

2017-02-20 Thread Tom Rini
On Mon, Feb 20, 2017 at 08:35:05AM +0100, Lukasz Majewski wrote: > Hi Tom, > > > On Sun, Feb 19, 2017 at 11:24:42PM +0100, Lukasz Majewski wrote: > > > The init_func_watchdog_init called in u-boot's board_f.c's > > > init_sequence is responsible for enabling WDT in u-boot and notify > > > user abo

Re: [U-Boot] [PATCH 7/7] ti: wdt: Enable OMAP watchdog in u-boot's board_f.c

2017-02-20 Thread Lukasz Majewski
Hi Tom, > On Sun, Feb 19, 2017 at 11:24:42PM +0100, Lukasz Majewski wrote: > > The init_func_watchdog_init called in u-boot's board_f.c's > > init_sequence is responsible for enabling WDT in u-boot and notify > > user about it. > > > > Several other architectures have adopted it for this purpose.

Re: [U-Boot] [PATCH 7/7] ti: wdt: Enable OMAP watchdog in u-boot's board_f.c

2017-02-20 Thread Tom Rini
On Sun, Feb 19, 2017 at 11:24:42PM +0100, Lukasz Majewski wrote: > The init_func_watchdog_init called in u-boot's board_f.c's init_sequence > is responsible for enabling WDT in u-boot and notify user about it. > > Several other architectures have adopted it for this purpose. > This code does the s

[U-Boot] [PATCH 7/7] ti: wdt: Enable OMAP watchdog in u-boot's board_f.c

2017-02-20 Thread Lukasz Majewski
The init_func_watchdog_init called in u-boot's board_f.c's init_sequence is responsible for enabling WDT in u-boot and notify user about it. Several other architectures have adopted it for this purpose. This code does the same with OMAP watchdog. Signed-off-by: Lukasz Majewski --- common/board_