1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

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

u-boot 2023.04 merged def configs for HS and GP EVM into one.
This patch updates config for J7200 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-04-10 14:36:44 +05:30
committed by Ryan Eatmon
parent 3d8ddbdf87
commit 4df8fcefc9
2 changed files with 2 additions and 2 deletions
@@ -8,4 +8,4 @@ SYSFW_SOC = "j7200_sr2"
SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs"
UBOOT_MACHINE = "j7200_hs_evm_r5_defconfig"
UBOOT_MACHINE = "j7200_evm_r5_defconfig"
+1 -1
View File
@@ -4,7 +4,7 @@
require conf/machine/j7200-evm.conf
UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig"
UBOOT_MACHINE = "j7200_evm_a72_defconfig"
SPL_BINARY = "tispl.bin_HS"
UBOOT_BINARY = "u-boot.img_HS"