diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:36:37 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:36:37 +0800 |
commit | 220e8021af96741bd7149ca9895e1f0c8a38d0bb (patch) | |
tree | ca314a93021dda7be713dbb464d336e318d1e01c /configs | |
parent | 37e24499b9a65e88568c8e5fed38c5d71f306305 (diff) | |
download | u-boot-imx-220e8021af96741bd7149ca9895e1f0c8a38d0bb.zip u-boot-imx-220e8021af96741bd7149ca9895e1f0c8a38d0bb.tar.gz u-boot-imx-220e8021af96741bd7149ca9895e1f0c8a38d0bb.tar.bz2 |
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 'configs')
-rw-r--r-- | configs/nios2-generic_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index 9c1bec5..9dc6a72 100644 --- a/configs/nios2-generic_defconfig +++ b/configs/nios2-generic_defconfig @@ -1,4 +1,5 @@ CONFIG_NIOS2=y +CONFIG_DM_SERIAL=y CONFIG_TARGET_NIOS2_GENERIC=y CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard" CONFIG_HUSH_PARSER=y @@ -14,3 +15,5 @@ CONFIG_CMD_PING=y CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y +CONFIG_ALTERA_JTAG_UART=y +CONFIG_ALTERA_JTAG_UART_BYPASS=y |