Re: [U-Boot] [PATCH 2/3] dm: ns16550: Allow the driver to be omitted if requested

2015-12-19 Thread Simon Glass
Applied to u-boot-dm/next. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/3] dm: ns16550: Allow the driver to be omitted if requested

2015-12-14 Thread Thomas Chou
Hi Simon, On 2015年12月14日 12:36, Simon Glass wrote: Allow the ns16550 debug UART to be used without the full driver. Signed-off-by: Simon Glass --- drivers/serial/ns16550.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c index 3fab3f

[U-Boot] [PATCH 2/3] dm: ns16550: Allow the driver to be omitted if requested

2015-12-13 Thread Simon Glass
Allow the ns16550 debug UART to be used without the full driver. Signed-off-by: Simon Glass --- drivers/serial/ns16550.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c index 3fab3f1..2025423 100644 --- a/drivers/serial/ns16550.c +++ b/d