From f3d8b7314167d6b3d7f682634e4af83f3cc5c4ed Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Thu, 20 Jun 2024 10:30:04 -0500 Subject: j722s: next BSP doesn't support all SR and HS variants Adjust IMAGE_BOOT_FILES list as next BSP does not support all combinations of SR1.0, HS-FS and HS-SE variants. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/j722s.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/include/j722s.inc b/meta-ti-bsp/conf/machine/include/j722s.inc index 3c0717a0..7d4c167f 100644 --- a/meta-ti-bsp/conf/machine/include/j722s.inc +++ b/meta-ti-bsp/conf/machine/include/j722s.inc @@ -10,7 +10,9 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}" IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" # Since default tiboot3.bin on J722S is for HS-FS, add a version for HS-SE -IMAGE_BOOT_FILES += "tiboot3-j722s-hs-evm.bin" +IMAGE_SR1_HS_SE_FILES = "tiboot3-j722s-hs-evm.bin" +IMAGE_SR1_HS_SE_FILES:bsp-next = "" +IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}" TFA_BOARD = "lite" TFA_K3_SYSTEM_SUSPEND = "1" -- cgit v1.2.3-54-g00ecf