summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Humphreys <j-humphreys@ti.com>2022-07-20 15:16:28 -0500
committerRyan Eatmon <reatmon@ti.com>2022-07-25 14:57:41 -0500
commita45a3d57860cc50f0d0d7b351c31d1a1ddf5c946 (patch)
tree663266866327ac10d5ad99ce7c243907455eb81e
parentb3ad2944a5b0798b209b53cfafd393baead55d7e (diff)
downloadmeta-ti-a45a3d57860cc50f0d0d7b351c31d1a1ddf5c946.tar.gz
j7200-hs-evm-k3r5: Move J7200 HS evm support to PG2.0
With J7200 PG1.0 being deprecated, use PG2.0 sysfw when building images for j7200-hs-evm. Also update k3-image-gen version to support this change. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--conf/machine/j7200-hs-evm-k3r5.conf2
-rw-r--r--recipes-bsp/ti-linux-fw/ti-linux-fw.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/j7200-hs-evm-k3r5.conf b/conf/machine/j7200-hs-evm-k3r5.conf
index 488f19ec..3f134877 100644
--- a/conf/machine/j7200-hs-evm-k3r5.conf
+++ b/conf/machine/j7200-hs-evm-k3r5.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6 6
7SYSFW_SOC = "j7200" 7SYSFW_SOC = "j7200_sr2"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs" 9SYSFW_SUFFIX = "hs"
10 10
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index d1a1f3a5..8aaf1559 100644
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -25,7 +25,7 @@ SRCREV = "${TI_LINUX_FW_SRCREV}"
25 25
26BRANCH ?= "ti-linux-firmware" 26BRANCH ?= "ti-linux-firmware"
27 27
28K3_IMAGE_GEN_SRCREV ?= "f67a3696bb8d9efd052f40b6c67b742d63f6545c" 28K3_IMAGE_GEN_SRCREV ?= "85a70059fc24242ea03653a5014b98100e4da2d6"
29SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" 29SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
30SRCREV_FORMAT = "imggen" 30SRCREV_FORMAT = "imggen"
31 31