From cb419bbb22aac98382a6a2967d31dfa2de4b3ad7 Mon Sep 17 00:00:00 2001 From: "BhuvanChandra.DV" Date: Tue, 20 Jan 2015 10:37:42 +0100 Subject: apalis/colibri-imx6: Fix serial console tty This patch fixes the issue of getting serial tty login at ttymxc1 (UART_B). Signed-off-by: Bhuvanchandra DV --- conf/machine/apalis-imx6.conf | 2 +- conf/machine/colibri-imx6.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf index 372a871..17263c5 100644 --- a/conf/machine/apalis-imx6.conf +++ b/conf/machine/apalis-imx6.conf @@ -24,7 +24,7 @@ PREFERRED_VERSION_systemd = "211%" UBOOT_MACHINE = "apalis_imx6q1g_config" -SERIAL_CONSOLE = "115200 ttymxc1" +SERIAL_CONSOLE = "115200 ttymxc0" MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci " EXTRA_IMAGEDEPENDS += "u-boot" diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf index 795a856..a8d2384 100644 --- a/conf/machine/colibri-imx6.conf +++ b/conf/machine/colibri-imx6.conf @@ -24,7 +24,7 @@ PREFERRED_VERSION_systemd = "211%" UBOOT_MACHINE = "colibri_imx6s256m_config" -SERIAL_CONSOLE = "115200 ttymxc1" +SERIAL_CONSOLE = "115200 ttymxc0" MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci " EXTRA_IMAGEDEPENDS += "u-boot" -- cgit v1.2.3