summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8qxpmek.conf
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/imx8qxpmek.conf
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/imx8qxpmek.conf')
-rw-r--r--conf/machine/imx8qxpmek.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx8qxpmek.conf b/conf/machine/imx8qxpmek.conf
index 2ffbcacc..e11e147a 100644
--- a/conf/machine/imx8qxpmek.conf
+++ b/conf/machine/imx8qxpmek.conf
@@ -15,7 +15,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
15LOADADDR = "" 15LOADADDR = ""
16 16
17# We have to disable SERIAL_CONSOLE due to auto-serial-console 17# We have to disable SERIAL_CONSOLE due to auto-serial-console
18SERIAL_CONSOLE = "115200 ttyAMA0" 18SERIAL_CONSOLES = "115200;ttyAMA0"
19 19
20# we do not want to have getty running on tty1 as we run 20# we do not want to have getty running on tty1 as we run
21# auto-serial-console there 21# auto-serial-console there