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/include/imx-base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/include/imx-base.inc') diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 92959ee2..7a19335b 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -310,8 +310,8 @@ SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in" WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" -SERIAL_CONSOLE = "115200 ttymxc0" -SERIAL_CONSOLE_mxs = "115200 ttyAMA0" +SERIAL_CONSOLES = "115200;ttymxc0" +SERIAL_CONSOLES_mxs = "115200;ttyAMA0" KERNEL_IMAGETYPE = "zImage" KERNEL_IMAGETYPE_aarch64 = "Image" -- cgit v1.2.3-54-g00ecf