summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"