mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-27 15:09:10 +00:00
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>
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J7200 EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J7200 EVM
|
|
|
|
require conf/machine/include/j7200.inc
|
|
|
|
KERNEL_DEVICETREE_PREFIX = "ti/k3-j7200"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-j7200-common-proc-board.dtb \
|
|
"
|
|
|
|
UBOOT_MACHINE = "j7200_evm_a72_config"
|