mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-22 12:39:02 +00:00
These defines are specific to a SoC, not any specific board. Move these to the SoC level for these boards to be consistent with boards already doing this correctly. J7200 didn't have these at all, add them while we are here. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
18 lines
519 B
PHP
18 lines
519 B
PHP
require conf/machine/include/k3.inc
|
|
SOC_FAMILY:append = ":j7200"
|
|
|
|
# Default tiboot3.bin on J7200 is for GP
|
|
IMAGE_BOOT_FILES += "tiboot3-j7200-gp-evm.bin"
|
|
|
|
# Since default tiboot3.bin on J7200 is for GP, add a version for SR2.0 HS-FS
|
|
IMAGE_BOOT_FILES += "tiboot3-j7200_sr2-hs-fs-evm.bin"
|
|
|
|
# Since default tiboot3.bin on J721e is for GP, add a version for SR2.0 HS-SE
|
|
IMAGE_BOOT_FILES += "tiboot3-j7200_sr2-hs-evm.bin"
|
|
|
|
TFA_BOARD = "generic"
|
|
|
|
OPTEEMACHINE = "k3-j721e"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-eth-fw"
|