From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 19 Nov 2015 13:05:37 -0700 Subject: [U-Boot] [PATCH v3 01/13] debug_uart: restore ns16550 as default In-Reply-To: <1447940895-7763-2-git-send-email-thomas@wytron.com.tw> References: <1447684616-10297-1-git-send-email-thomas@wytron.com.tw> <1447940895-7763-1-git-send-email-thomas@wytron.com.tw> <1447940895-7763-2-git-send-email-thomas@wytron.com.tw> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19 November 2015 at 06:48, Thomas Chou wrote: > Since commit 220e8021af96 ("nios2: convert altera_jtag_uart to > driver model"), the default debug uart was changed. Most people > use ns16550 UART, so restore it as default. > > Signed-off-by: Thomas Chou > Reported-by: Ezequiel Garcia > Reported-by: Ariel D'Alessandro > Reviewed-by: Tom Rini > Reviewed-by: Bin Meng > Reviewed-by: Heiko Schocher > --- > drivers/serial/Kconfig | 1 + > 1 file changed, 1 insertion(+) Acked-by: Simon Glass