From a03b6a0242f8d2e6f62d50db3404b620b5e3c702 Mon Sep 17 00:00:00 2001 From: Udit Kumar Date: Mon, 10 Apr 2023 14:36:45 +0530 Subject: [PATCH] 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf | 2 +- meta-ti-bsp/conf/machine/j721s2-hs-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf index a4d51904..58cd92c4 100644 --- a/meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf @@ -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" diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf index 190810ce..6a58a687 100644 --- a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf @@ -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"