summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-02-01 00:33:06 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 19:03:44 +0100
commita1d610a302f612ee80551ea3cccc30fbe8b1f7d7 (patch)
tree02b420fad9fa09acda0a37c09068b0affe172438
parent2b7ddefe18c62e0708f70056f7b2f394dd6c18d4 (diff)
apalis-tk1: switch to SERIAL_CONSOLES
SERIAL_CONSOLE has been deprecated for a while now Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/apalis-tk1-mainline.conf2
-rw-r--r--conf/machine/apalis-tk1.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/apalis-tk1-mainline.conf b/conf/machine/apalis-tk1-mainline.conf
index 71d27cc..a4bf0b9 100644
--- a/conf/machine/apalis-tk1-mainline.conf
+++ b/conf/machine/apalis-tk1-mainline.conf
@@ -72,7 +72,7 @@ MACHINE_EXTRA_RDEPENDS = "linux-firmware-nvidia tdx-k20-fw"
EXTRA_IMAGEDEPENDS += "u-boot"
# used by sysvinit_2
-SERIAL_CONSOLE = "115200 ttyS0"
+SERIAL_CONSOLES = "115200;ttyS0"
IMAGE_CLASSES += "image_type_tezi"
IMAGE_FSTYPES += "wic.gz teziimg"
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 4b576dd..9f0d0f1 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -75,7 +75,7 @@ MACHINE_EXTRA_RDEPENDS = "tdx-k20-fw"
EXTRA_IMAGEDEPENDS += "u-boot"
# used by sysvinit_2
-SERIAL_CONSOLE = "115200 ttyS0"
+SERIAL_CONSOLES = "115200;ttyS0"
IMAGE_CLASSES += "image_type_tezi"
IMAGE_FSTYPES += "wic.gz teziimg"