diff options
author | Jonathan Humphreys <j-humphreys@ti.com> | 2022-07-20 15:16:28 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-07-25 14:57:41 -0500 |
commit | a45a3d57860cc50f0d0d7b351c31d1a1ddf5c946 (patch) | |
tree | 663266866327ac10d5ad99ce7c243907455eb81e /conf | |
parent | b3ad2944a5b0798b209b53cfafd393baead55d7e (diff) | |
download | meta-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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/j7200-hs-evm-k3r5.conf | 2 |
1 files changed, 1 insertions, 1 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 | ||
5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
6 | 6 | ||
7 | SYSFW_SOC = "j7200" | 7 | SYSFW_SOC = "j7200_sr2" |
8 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |
9 | SYSFW_SUFFIX = "hs" | 9 | SYSFW_SUFFIX = "hs" |
10 | 10 | ||