summaryrefslogtreecommitdiff
path: root/conf
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
commite8ccebe3376f984d85f80ce94e23b62001289e1d (patch)
tree2d41805bc7573738d30a44f40f9275cc114d6458 /conf
parent6891750e3c26af23b382228106bc779632559957 (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>
Diffstat (limited to 'conf')
-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"