mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 22:37:56 +00:00
7a3e07fffd
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>
16 lines
473 B
PHP
16 lines
473 B
PHP
require conf/machine/include/k3.inc
|
|
require conf/machine/include/mc_k3r5.inc
|
|
|
|
SOC_FAMILY:append = ":am62axx"
|
|
|
|
MACHINE_FEATURES += "screen touchscreen"
|
|
|
|
TFA_BOARD = "lite"
|
|
OPTEEMACHINE = "k3-am62x"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
|
|
|
|
TI_CORE_INITRAMFS_KERNEL_MODULES = "kernel-module-tps6594-i2c kernel-module-tps6594-regulator kernel-module-tps6594-core"
|
|
TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-ti-6_6 = ""
|
|
TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-ti-6_12 = ""
|