summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-04-05 13:50:27 -0500
committerRyan Eatmon <reatmon@ti.com>2023-04-18 09:14:31 -0500
commitf59ad3d3680bacb563ed4790acf3cbcc229e24dd (patch)
tree18e255a042dfb9e6b7edba379adceadfdf0d3f08 /meta-ti-bsp/conf/machine/beaglebone-ai64.conf
parentc8ba8aaade90101f06164aec1b393d7c8b3aa201 (diff)
downloadmeta-ti-f59ad3d3680bacb563ed4790acf3cbcc229e24dd.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/beaglebone-ai64.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
index 94439911..304cbb62 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
@@ -4,9 +4,6 @@
4 4
5require conf/machine/include/j721e.inc 5require conf/machine/include/j721e.inc
6 6
7SERIAL_CONSOLES = "115200;ttyS2"
8SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
9
10UBOOT_MACHINE = "j721e_evm_a72_config" 7UBOOT_MACHINE = "j721e_evm_a72_config"
11 8
12PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" 9PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"