From bab3aafa2d1d687c0fa4d67bfdffa44fb8f66078 Mon Sep 17 00:00:00 2001 From: Richard Peters Date: Thu, 9 Feb 2017 01:13:47 +0100 Subject: [PATCH] qemu_cortex_m3: fixed network connectivity The wrong UART was set on for the qemu_cortex_m3 slip (uart pipe) device Change-Id: If6d6af0f32ef02ccc559cd1fff90ea499cc378c4 Signed-off-by: Richard Peters --- arch/arm/soc/ti_lm3s6965/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig b/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig index c7f87d229f3..a7d0e0089c6 100644 --- a/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig +++ b/arch/arm/soc/ti_lm3s6965/Kconfig.defconfig @@ -68,7 +68,7 @@ config BLUETOOTH_UART_ON_DEV_NAME default "UART_1" if BLUETOOTH_UART config UART_PIPE_ON_DEV_NAME - default "UART_2" if UART_PIPE + default "UART_1" if UART_PIPE config BLUETOOTH_MONITOR_ON_DEV_NAME default "UART_2" if BLUETOOTH_DEBUG_MONITOR