mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
u-boot 2023.04 merged def configs for HS and GP EVM into one. This patch updates config for J721S2 HS EVM for both A72 and R5. Signed-off-by: Udit Kumar <u-kumar1@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J721S2 HS EVM (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI J721S2 HS EVM (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "j721s2"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "hs"
|
|
|
|
UBOOT_MACHINE = "j721s2_evm_r5_defconfig"
|