Re: [U-Boot] [PATCH v2 2/3] serial: uartlite: Add support for debug console

2015-12-17 Thread Michal Simek
On 17.12.2015 14:29, Thomas Chou wrote: > Hi Michal, > > On 2015年12月17日 20:00, Michal Simek wrote: >> Add support for debug console. >> >> Signed-off-by: Michal Simek >> --- >> >> Changes in v2: >> - Add needed header from the first patch >> - Remove WATCHDOG_RESET call >> - Extend commit descrip

Re: [U-Boot] [PATCH v2 2/3] serial: uartlite: Add support for debug console

2015-12-17 Thread Thomas Chou
Hi Michal, On 2015年12月17日 20:00, Michal Simek wrote: Add support for debug console. Signed-off-by: Michal Simek --- Changes in v2: - Add needed header from the first patch - Remove WATCHDOG_RESET call - Extend commit description drivers/serial/Kconfig| 7 +++ drivers/seri

[U-Boot] [PATCH v2 2/3] serial: uartlite: Add support for debug console

2015-12-17 Thread Michal Simek
Add support for debug console. Signed-off-by: Michal Simek --- Changes in v2: - Add needed header from the first patch - Remove WATCHDOG_RESET call - Extend commit description drivers/serial/Kconfig| 7 +++ drivers/serial/serial_xuartlite.c | 26 ++ 2 f