summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@amotus.ca>2019-01-31 11:35:19 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2019-02-08 15:29:58 -0200
commit2e83203ebd8439a45bc7a931ace6871e6b238658 (patch)
tree4b30ea51bcf92808fc1de61bad68ca0693ad1ec7 /conf/machine/include/imx-base.inc
parenta589464469cfbe7049ec6fb47cf662047044e6e3 (diff)
downloadmeta-freescale-2e83203ebd8439a45bc7a931ace6871e6b238658.tar.gz
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 <ferlandm@amotus.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc4
1 files changed, 2 insertions, 2 deletions
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"
310 310
311WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" 311WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"
312 312
313SERIAL_CONSOLE = "115200 ttymxc0" 313SERIAL_CONSOLES = "115200;ttymxc0"
314SERIAL_CONSOLE_mxs = "115200 ttyAMA0" 314SERIAL_CONSOLES_mxs = "115200;ttyAMA0"
315 315
316KERNEL_IMAGETYPE = "zImage" 316KERNEL_IMAGETYPE = "zImage"
317KERNEL_IMAGETYPE_aarch64 = "Image" 317KERNEL_IMAGETYPE_aarch64 = "Image"