diff mbox series

[meta-ti,master/kirkstone,1/8] meta-ti-bsp: conf: machine: j7200: Update def config

Message ID 20230516164225.12311-2-reatmon@ti.com
State RFC
Delegated to: Ryan Eatmon
Headers show
Series LTS sync up | expand

Commit Message

Ryan Eatmon May 16, 2023, 4:42 p.m. UTC
From: Udit Kumar <u-kumar1@ti.com>

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>
---
 meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf | 2 +-
 meta-ti-bsp/conf/machine/j7200-hs-evm.conf      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf
index 3fe06e74..1922d5c8 100644
--- a/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf
@@ -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"
diff --git a/meta-ti-bsp/conf/machine/j7200-hs-evm.conf b/meta-ti-bsp/conf/machine/j7200-hs-evm.conf
index dc928974..4facbc37 100644
--- a/meta-ti-bsp/conf/machine/j7200-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/j7200-hs-evm.conf
@@ -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"