diff options
| author | Nikhil Devshatwar <nikhil.nd@ti.com> | 2020-03-05 01:33:47 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-03-05 06:54:06 +0000 |
| commit | 0aa7f656defce8895e93d2a124fcc710eecf2027 (patch) | |
| tree | 2e39f61504d9b96d9dfa5cb2f2db575e1f421274 /conf | |
| parent | 1e31e2d24c0f3b8988d53df025224880c4d30767 (diff) | |
| download | meta-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')
| -rw-r--r-- | conf/machine/j7-evm.conf | 2 |
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 | ||
| 5 | require conf/machine/include/k3.inc | 5 | require conf/machine/include/k3.inc |
| 6 | 6 | ||
| 7 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" | 7 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3" |
| 8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 9 | 9 | ||
| 10 | KERNEL_DEVICETREE = " \ | 10 | KERNEL_DEVICETREE = " \ |
