mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49:20 +00:00
29051c0e20
SR2.0 firmware binaries should be used here as SR1.0 has been descoped. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM65xx EVM (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI AM65xx EVM (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "am65x_sr2"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "gp"
|
|
|
|
UBOOT_MACHINE = "am65x_evm_r5_defconfig"
|