1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 10:50:37 +00:00

conf: machine: am65xx: Deploy SR2 version of SYSFW

The HS boards use the SR2 version of the silicon, ship that version
of the sysfw.itb image.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Andrew Davis
2023-05-26 13:27:25 -05:00
committed by Ryan Eatmon
parent 49991dfa22
commit 336d9141f0
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
require conf/machine/include/k3r5.inc
SYSFW_SOC = "am65x"
SYSFW_SOC = "am65x_sr2"
SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs"
+1 -1
View File
@@ -18,7 +18,7 @@ IMAGE_BOOT_FILES += "sysfw.itb"
IMAGE_BOOT_FILES += "sysfw-am65x-gp-evm.itb"
# Since default sysfw.itb on AM65x is for GP, add a version for HS-SE
IMAGE_BOOT_FILES += "sysfw-am65x-hs-evm.itb"
IMAGE_BOOT_FILES += "sysfw-am65x_sr2-hs-evm.itb"
TFA_BOARD = "generic"