From 2e83203ebd8439a45bc7a931ace6871e6b238658 Mon Sep 17 00:00:00 2001 From: Marc Ferland Date: Thu, 31 Jan 2019 11:35:19 -0500 Subject: Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLES SERIAL_CONSOLE has been deprecated for a while now (see [1]). This patch fixes the machines that where still using the old variable. [1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated Signed-off-by: Marc Ferland Signed-off-by: Otavio Salvador --- conf/machine/imx6sllevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/imx6sllevk.conf') diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf index 84d1e319..ef155202 100644 --- a/conf/machine/imx6sllevk.conf +++ b/conf/machine/imx6sllevk.conf @@ -18,7 +18,7 @@ UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard" UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config" UBOOT_CONFIG[mfgtool] = "mx6sllevk_config" -SERIAL_CONSOLE = "115200 ttymxc0" +SERIAL_CONSOLES = "115200;ttymxc0" MACHINE_FEATURES += " pci wifi bluetooth" -- cgit v1.2.3-54-g00ecf