summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikhil Devshatwar <nikhil.nd@ti.com>2020-03-05 01:33:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-03-05 04:59:44 +0000
commiteeb453a3c219204f5d422045766ceb7a90f725fe (patch)
tree0e33434cb3ac31b277f00d343c2b443da2b9e9ce
parentd9069bc3da35ae5e8291b78459e4a09f5a4e0693 (diff)
downloadmeta-ti-eeb453a3c219204f5d422045766ceb7a90f725fe.tar.gz
conf: j7-evm: Update the secondary console for jailhouseti2020.00.03ti2020.00-rc3
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 <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/j7-evm.conf2
1 files changed, 1 insertions, 1 deletions
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 @@
4 4
5require conf/machine/include/k3.inc 5require conf/machine/include/k3.inc
6 6
7SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" 7SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3"
8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
9 9
10KERNEL_DEVICETREE = " \ 10KERNEL_DEVICETREE = " \