From 0aa7f656defce8895e93d2a124fcc710eecf2027 Mon Sep 17 00:00:00 2001 From: Nikhil Devshatwar Date: Thu, 5 Mar 2020 01:33:47 +0000 Subject: conf: j7-evm: Update the secondary console for jailhouse Latest upstream jailhouse uses ttyS3 as console. Update the conf file so that this reflects correctly in the tiny rootfs. Signed-off-by: Nikhil Devshatwar Signed-off-by: Denys Dmytriyenko --- conf/machine/j7-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index e73c75bd..9e910067 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf @@ -4,7 +4,7 @@ require conf/machine/include/k3.inc -SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" +SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = " \ -- cgit v1.2.3-54-g00ecf