summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-02-01 00:37:57 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 16:15:45 +0100
commit526955065f90934ec829cfe3dc18de938497b062 (patch)
treed9641e37aa93cbc1dcfba7093766e62b276d0552 /conf/machine
parent2951149d43f771768f0b2823665b4887b7e20b4b (diff)
machines: switch to SERIAL_CONSOLES
SERIAL_CONSOLE has been deprecated for a while now. While at it, move from ?= to a = assignment. Since imx-base.inc already definces SERIAL_CONSOLES using ?= makes no sense. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/colibri-imx6ull.conf2
-rw-r--r--conf/machine/colibri-imx7-emmc.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/colibri-imx6ull.conf b/conf/machine/colibri-imx6ull.conf
index 5d2dd0a..751882c 100644
--- a/conf/machine/colibri-imx6ull.conf
+++ b/conf/machine/colibri-imx6ull.conf
@@ -29,7 +29,7 @@ IMAGE_FSTYPES = "wic.gz tar.xz"
WKS_FILE = "sdimage-bootpart.wks"
WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
-SERIAL_CONSOLE ?= "115200 ttymxc0"
+SERIAL_CONSOLES = "115200;ttymxc0"
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"
MACHINE_FIRMWARE_remove = "firmware-imx-epdc"
diff --git a/conf/machine/colibri-imx7-emmc.conf b/conf/machine/colibri-imx7-emmc.conf
index a844bdf..1163711 100644
--- a/conf/machine/colibri-imx7-emmc.conf
+++ b/conf/machine/colibri-imx7-emmc.conf
@@ -25,6 +25,6 @@ IMAGE_FSTYPES = "wic.gz tar.xz"
WKS_FILE = "sdimage-bootpart.wks"
WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
-SERIAL_CONSOLE = "115200 ttymxc0"
+SERIAL_CONSOLES = "115200;ttymxc0"
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"