1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

meta-ti-bsp: conf: machine: j721s2: Update def config

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>
This commit is contained in:
Udit Kumar
2023-05-16 11:42:19 -05:00
committed by Ryan Eatmon
parent 0e5428549b
commit 5607a7a7cc
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ SYSFW_SOC = "j721s2"
SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs"
UBOOT_MACHINE = "j721s2_hs_evm_r5_defconfig"
UBOOT_MACHINE = "j721s2_evm_r5_defconfig"

View File

@@ -17,7 +17,7 @@ KERNEL_DEVICETREE = " \
ti/k3-j721s2-common-proc-board.dtb \
"
UBOOT_MACHINE = "j721s2_hs_evm_a72_defconfig"
UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
do_image_complete[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"