summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUdit Kumar <u-kumar1@ti.com>2023-04-10 14:36:45 +0530
committerRyan Eatmon <reatmon@ti.com>2023-05-15 08:31:40 -0500
commita03b6a0242f8d2e6f62d50db3404b620b5e3c702 (patch)
treee0dbebb6559b8a2a62181dfd9dcfccd5cdcd115d
parent4df8fcefc9bcb5297f9993cee789eb744b0f5974 (diff)
downloadmeta-ti-a03b6a0242f8d2e6f62d50db3404b620b5e3c702.tar.gz
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>
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf2
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-hs-evm.conf2
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"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs" 9SYSFW_SUFFIX = "hs"
10 10
11UBOOT_MACHINE = "j721s2_hs_evm_r5_defconfig" 11UBOOT_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 = " \
17 ti/k3-j721s2-common-proc-board.dtb \ 17 ti/k3-j721s2-common-proc-board.dtb \
18" 18"
19 19
20UBOOT_MACHINE = "j721s2_hs_evm_a72_defconfig" 20UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
21 21
22do_image_complete[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" 22do_image_complete[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
23 23