diff options
author | BhuvanChandra.DV <bhuvanchandra.dv@toradex.com> | 2015-01-20 10:37:42 +0100 |
---|---|---|
committer | Max Krummenacher <max.oss.09@gmail.com> | 2015-01-20 10:37:42 +0100 |
commit | bc058a24eeff5aa74c05184468ca7a717dba7d35 (patch) | |
tree | d6d33027a66f1ed15c359840dedfe7db2b0418f0 /conf | |
parent | 01fba1d350223a6575bbe67ac8714a2546dd3fc2 (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.conf | 2 | ||||
-rw-r--r-- | conf/machine/colibri-imx6.conf | 2 |
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" |