summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhuvanChandra.DV <bhuvanchandra.dv@toradex.com>2015-01-20 10:37:42 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2015-01-20 10:37:42 +0100
commitcb419bbb22aac98382a6a2967d31dfa2de4b3ad7 (patch)
tree1dc6eb03cd3477262b5e5093e60e1d32e5455d02
parentecd130269dca85947b11376a968b1a2aad2ac3b2 (diff)
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 <bhuvanchandra.dv@toradex.com>
-rw-r--r--conf/machine/apalis-imx6.conf2
-rw-r--r--conf/machine/colibri-imx6.conf2
2 files changed, 2 insertions, 2 deletions
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"