Skip to content
Snippets Groups Projects
Commit 2f3a5fee authored by Thomas Chou's avatar Thomas Chou Committed by Tom Rini
Browse files

nios2: 10m50: change to ns16550 uart


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

Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 9e39003e
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,6 @@
chosen {
bootargs = "debug console=ttyS0,115200";
stdout-path = &uart_0;
stdout-path = &a_16550_uart_0;
};
};
......@@ -22,6 +22,6 @@ CONFIG_MTD=y
CONFIG_ALTERA_QSPI=y
CONFIG_DM_ETH=y
CONFIG_ALTERA_TSE=y
CONFIG_ALTERA_UART=y
CONFIG_SYS_NS16550=y
CONFIG_TIMER=y
CONFIG_ALTERA_TIMER=y
......@@ -20,6 +20,7 @@
*/
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_CONSOLE_INFO_QUIET /* Suppress console info */
#define CONFIG_SYS_NS16550_MEM32
/*
* Flash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment