From cb644863574877d25e5d7636e05a274f7faedb31 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 17 Jul 2024 19:29:50 -0500 Subject: 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 --- meta-ti-bsp/conf/machine/include/j722s.inc | 1 + 1 file changed, 1 insertion(+) 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" # Since default tiboot3.bin on J722S is for HS-FS, add a version for HS-SE IMAGE_SR1_HS_SE_FILES = "tiboot3-j722s-hs-evm.bin" +IMAGE_SR1_HS_SE_FILES:bsp-mainline = "" IMAGE_SR1_HS_SE_FILES:bsp-next = "" IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}" -- cgit v1.2.3-54-g00ecf