diff options
author | Marc Ferland <ferlandm@amotus.ca> | 2019-01-31 11:35:19 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-02-08 15:29:58 -0200 |
commit | 2e83203ebd8439a45bc7a931ace6871e6b238658 (patch) | |
tree | 4b30ea51bcf92808fc1de61bad68ca0693ad1ec7 /conf/machine/imx6slevk.conf | |
parent | a589464469cfbe7049ec6fb47cf662047044e6e3 (diff) | |
download | meta-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/imx6slevk.conf')
-rw-r--r-- | conf/machine/imx6slevk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf index ffcbaaa7..5d81272f 100644 --- a/conf/machine/imx6slevk.conf +++ b/conf/machine/imx6slevk.conf | |||
@@ -19,7 +19,7 @@ UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config" | |||
19 | UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" | 19 | UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" |
20 | UBOOT_CONFIG[mfgtool] = "mx6slevk_config" | 20 | UBOOT_CONFIG[mfgtool] = "mx6slevk_config" |
21 | 21 | ||
22 | SERIAL_CONSOLE = "115200 ttymxc0" | 22 | SERIAL_CONSOLES = "115200;ttymxc0" |
23 | 23 | ||
24 | MACHINE_FEATURES += " pci wifi bluetooth" | 24 | MACHINE_FEATURES += " pci wifi bluetooth" |
25 | 25 | ||