diff options
author | Andrew Davis <afd@ti.com> | 2023-04-05 13:50:27 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-04-18 09:18:15 -0500 |
commit | bc894bf52eaa4359eaa64a64e950accd099a81cb (patch) | |
tree | 88ee47f642e74d092f280c0d355afd0e69349e8c /meta-ti-bsp/conf/machine/j721e-evm.conf | |
parent | 6a00c74301f9056c0c5462b16955bb5af76c2745 (diff) | |
download | meta-ti-bc894bf52eaa4359eaa64a64e950accd099a81cb.tar.gz |
conf: machine: Set common default SERIAL_CONSOLES for all K3
The traditional order of serial consoles for K3 has ttyS2 being the
primary UART attached console. ttyS0 is also a common choice for
distros and the TI kernel may switch at some point. To prepare
we check both UARTs on all K3 devices. Move this common check
to a K3 common location.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j721e-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/j721e-evm.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/j721e-evm.conf b/meta-ti-bsp/conf/machine/j721e-evm.conf index f602a77b..8682ad60 100644 --- a/meta-ti-bsp/conf/machine/j721e-evm.conf +++ b/meta-ti-bsp/conf/machine/j721e-evm.conf | |||
@@ -4,9 +4,6 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/j721e.inc | 5 | require conf/machine/include/j721e.inc |
6 | 6 | ||
7 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3" | ||
8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
9 | |||
10 | KERNEL_DEVICETREE_PREFIX = " \ | 7 | KERNEL_DEVICETREE_PREFIX = " \ |
11 | ti/k3-j721e \ | 8 | ti/k3-j721e \ |
12 | ti/k3-j7200-mcspi-loopback \ | 9 | ti/k3-j7200-mcspi-loopback \ |