summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-06-20 10:30:04 -0500
committerRyan Eatmon <reatmon@ti.com>2024-06-20 10:31:30 -0500
commitf3d8b7314167d6b3d7f682634e4af83f3cc5c4ed (patch)
tree2219fb55c2016738f64a0e89633213789e5a61b8 /meta-ti-bsp
parent1199fc6c4c6619d2c10bd9ec53569cdff3462794 (diff)
downloadmeta-ti-f3d8b7314167d6b3d7f682634e4af83f3cc5c4ed.tar.gz
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 <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/include/j722s.inc4
1 files changed, 3 insertions, 1 deletions
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}"
10IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" 10IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin"
11 11
12# Since default tiboot3.bin on J722S is for HS-FS, add a version for HS-SE 12# Since default tiboot3.bin on J722S is for HS-FS, add a version for HS-SE
13IMAGE_BOOT_FILES += "tiboot3-j722s-hs-evm.bin" 13IMAGE_SR1_HS_SE_FILES = "tiboot3-j722s-hs-evm.bin"
14IMAGE_SR1_HS_SE_FILES:bsp-next = ""
15IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}"
14 16
15TFA_BOARD = "lite" 17TFA_BOARD = "lite"
16TFA_K3_SYSTEM_SUSPEND = "1" 18TFA_K3_SYSTEM_SUSPEND = "1"