summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-31 10:21:17 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:13:29 -0500
commit29051c0e2086e69b6585fb0e689e74467715d13b (patch)
tree53c92d0d16ab4393851d514b49efd45f2c90b63b /meta-ti-bsp/conf
parent54fc7cef417a91c0066be5d5960f9440a7ce6448 (diff)
downloadmeta-ti-29051c0e2086e69b6585fb0e689e74467715d13b.tar.gz
conf: machine: am65xx: Update GP to SR2 firmware
SR2.0 firmware binaries should be used here as SR1.0 has been descoped. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf2
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
index b1b2490e..8744ac3e 100644
--- a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-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 = "am65x" 7SYSFW_SOC = "am65x_sr2"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp" 9SYSFW_SUFFIX = "gp"
10 10
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 4b2c05e7..405d82ad 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -15,8 +15,8 @@ KERNEL_DEVICETREE = " \
15IMAGE_BOOT_FILES += "sysfw.itb" 15IMAGE_BOOT_FILES += "sysfw.itb"
16 16
17# Default on AM65x is for GP 17# Default on AM65x is for GP
18IMAGE_BOOT_FILES += "tiboot3-am65x-gp-evm.bin" 18IMAGE_BOOT_FILES += "tiboot3-am65x_sr2-gp-evm.bin"
19IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb" 19IMAGE_BOOT_FILES += "sysfw-am65x_sr2-gp-evm.itb"
20 20
21# Since default on AM65x is for GP, add a version for HS-SE 21# Since default on AM65x is for GP, add a version for HS-SE
22IMAGE_BOOT_FILES += "tiboot3-am65x_sr2-hs-evm.bin" 22IMAGE_BOOT_FILES += "tiboot3-am65x_sr2-hs-evm.bin"