summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-07-17 19:29:50 -0500
committerRyan Eatmon <reatmon@ti.com>2024-07-17 19:50:48 -0500
commitcb644863574877d25e5d7636e05a274f7faedb31 (patch)
treeaf1f9b9769eab51ae631ee5354205e5d2237248e
parent6b591287e841af5a41d790d66fba9048c7c20088 (diff)
downloadmeta-ti-cb644863574877d25e5d7636e05a274f7faedb31.tar.gz
conf: machine: j722s: Update IMAGE_BOOT_FILES for mainline builds
As this is still a new platform, the bsp-mainline also does not have the hs-fs boot files. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/j722s.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j722s.inc b/meta-ti-bsp/conf/machine/include/j722s.inc
index 7d4c167f..ef35d83a 100644
--- a/meta-ti-bsp/conf/machine/include/j722s.inc
+++ b/meta-ti-bsp/conf/machine/include/j722s.inc
@@ -11,6 +11,7 @@ IMAGE_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_SR1_HS_SE_FILES = "tiboot3-j722s-hs-evm.bin" 13IMAGE_SR1_HS_SE_FILES = "tiboot3-j722s-hs-evm.bin"
14IMAGE_SR1_HS_SE_FILES:bsp-mainline = ""
14IMAGE_SR1_HS_SE_FILES:bsp-next = "" 15IMAGE_SR1_HS_SE_FILES:bsp-next = ""
15IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}" 16IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}"
16 17