From 271c46d3c0202a3cfde6d595d667a97a6b6b84ce Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 5 Dec 2019 09:52:08 +0100 Subject: verdin-imx8mm.conf: define serial console Without this a getty on the non existing ttyS0 gets additionally started which then fails and gets continously restarted. Signed-off-by: Max Krummenacher --- conf/machine/verdin-imx8mm.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/verdin-imx8mm.conf b/conf/machine/verdin-imx8mm.conf index 5daae3d..9961f7b 100644 --- a/conf/machine/verdin-imx8mm.conf +++ b/conf/machine/verdin-imx8mm.conf @@ -41,6 +41,8 @@ UBOOT_SUFFIX = "bin" UBOOT_MAKE_TARGET = "" IMX_BOOT_SEEK = "33" +SERIAL_CONSOLES = "115200;ttymxc0" + MACHINE_FEATURES += "3g bluetooth alsa ext2 pci screen touchscreen usbgadget usbhost vfat wifi" -- cgit v1.2.3