diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-08-30 23:10:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-30 21:30:43 +0000 |
commit | 5c4028d4c40046b8006e4e74145f4a37104679bb (patch) | |
tree | 3ff2a10b7f99ce16bb3fbb32126e9ac83abd6e89 /conf | |
parent | 2b0a156938869de25b4a2cb34e3e043e53139a3f (diff) | |
download | meta-ti-5c4028d4c40046b8006e4e74145f4a37104679bb.tar.gz |
am65xx, j7-evm: add secondary serial console for Jailhouse
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am65xx-evm.conf | 3 | ||||
-rw-r--r-- | conf/machine/j7-evm.conf | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index bd57c485..0652a0af 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf | |||
@@ -8,7 +8,8 @@ MACHINE_FEATURES += "touchscreen" | |||
8 | 8 | ||
9 | IMAGE_FSTYPES += "tar.xz wic.xz" | 9 | IMAGE_FSTYPES += "tar.xz wic.xz" |
10 | 10 | ||
11 | SERIAL_CONSOLES = "115200;ttyS2" | 11 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
12 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
12 | 13 | ||
13 | KERNEL_DEVICETREE = " \ | 14 | KERNEL_DEVICETREE = " \ |
14 | ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \ | 15 | ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \ |
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index 668dace0..65525fab 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/k3.inc | |||
6 | 6 | ||
7 | IMAGE_FSTYPES += "tar.xz wic.xz" | 7 | IMAGE_FSTYPES += "tar.xz wic.xz" |
8 | 8 | ||
9 | SERIAL_CONSOLES = "115200;ttyS2" | 9 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
11 | 11 | ||
12 | KERNEL_DEVICETREE = " \ | 12 | KERNEL_DEVICETREE = " \ |