mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 03:58:58 +00:00
For AM62L there is no GP and both HS sub-types are supported by the same TIFS. This means we do not need multiple versions of tiboot3.bin. So no need to deploy an additional version which is identical to the default tiboot3.bin already deployed. Signed-off-by: Andrew Davis <afd@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
10 lines
174 B
PHP
10 lines
174 B
PHP
require conf/machine/include/k3.inc
|
|
SOC_FAMILY:append = ":am62lxx"
|
|
|
|
MACHINE_FEATURES += "screen"
|
|
|
|
TFA_BOARD = "am62l"
|
|
TFA_K3_SYSTEM_SUSPEND = "1"
|
|
|
|
OPTEEMACHINE = "k3-am62lx"
|