summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-23 07:36:37 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 07:36:37 +0800
commit220e8021af96741bd7149ca9895e1f0c8a38d0bb (patch)
treeca314a93021dda7be713dbb464d336e318d1e01c /include
parent37e24499b9a65e88568c8e5fed38c5d71f306305 (diff)
downloadtalos-obmc-uboot-220e8021af96741bd7149ca9895e1f0c8a38d0bb.tar.gz
talos-obmc-uboot-220e8021af96741bd7149ca9895e1f0c8a38d0bb.zip
nios2: convert altera_jtag_uart to driver model
Convert altera_jtag_uart to driver model. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/nios2-generic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h
index 3d29a1f7af..e0ee04784e 100644
--- a/include/configs/nios2-generic.h
+++ b/include/configs/nios2-generic.h
@@ -23,14 +23,11 @@
/*
* SERIAL
*/
-#define CONFIG_ALTERA_JTAG_UART
#if defined(CONFIG_ALTERA_JTAG_UART)
-# define CONFIG_SYS_NIOS_CONSOLE CONFIG_SYS_JTAG_UART_BASE
#else
# define CONFIG_SYS_NIOS_CONSOLE CONFIG_SYS_UART_BASE
#endif
-#define CONFIG_ALTERA_JTAG_UART_BYPASS
#define CONFIG_SYS_NIOS_FIXEDBAUD
#define CONFIG_BAUDRATE CONFIG_SYS_UART_BAUD
#define CONFIG_SYS_BAUDRATE_TABLE {CONFIG_BAUDRATE}
OpenPOWER on IntegriCloud