summaryrefslogtreecommitdiffstats
path: root/conf/machine/j7-evm.conf
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 06:54:06 +0000
commit0aa7f656defce8895e93d2a124fcc710eecf2027 (patch)
tree2e39f61504d9b96d9dfa5cb2f2db575e1f421274 /conf/machine/j7-evm.conf
parent1e31e2d24c0f3b8988d53df025224880c4d30767 (diff)
downloadmeta-ti-0aa7f656defce8895e93d2a124fcc710eecf2027.tar.gz
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 <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/j7-evm.conf')
-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 = " \