mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
06a120f251
All supported TF-A handle this automatically based on the firmware, the flag no longer does anything as it isn't checked in TF-A now. Remove this. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
18 lines
386 B
PHP
18 lines
386 B
PHP
require conf/machine/include/k3.inc
|
|
require conf/machine/include/mc_k3r5.inc
|
|
|
|
SOC_FAMILY:append = ":j722s"
|
|
|
|
MACHINE_FEATURES += "screen"
|
|
|
|
require conf/machine/include/mesa-pvr.inc
|
|
PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
|
|
|
|
TFA_BOARD = "lite"
|
|
|
|
OPTEEMACHINE = "k3-am62x"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|