nios2: 10m50: change to ns16550 uart

Change to ns16550 uart for 10m50 devboard based on a new
Altera release.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Thomas Chou
2015-11-19 21:48:15 +08:00
committed by Tom Rini
parent 9e39003e7f
commit 2f3a5fee9e
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -262,6 +262,6 @@
chosen {
bootargs = "debug console=ttyS0,115200";
stdout-path = &uart_0;
stdout-path = &a_16550_uart_0;
};
};