From 6c8b8fe015934690f5d7825e1d9c596ab2fff5fd Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 2 Dec 2025 16:32:10 -0600 Subject: k3r5: Remove per-board SYSFW_ variables These were used back when each board had to select the correct tiboot3.bin to become the default for that board's image. Two things have changed since then, first we deploy all options for tiboot3.bin generated by U-Boot. And second, U-Boot's binman tool now symlinks the most appropriate version of this file for us for the selected U-Boot defconfig file. These are no longer needed so drop them. Signed-off-by: Andrew Davis Reviewed-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/k3r5.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-ti-bsp/conf/machine/include') diff --git a/meta-ti-bsp/conf/machine/include/k3r5.inc b/meta-ti-bsp/conf/machine/include/k3r5.inc index 0408c09c..95dfd0c3 100644 --- a/meta-ti-bsp/conf/machine/include/k3r5.inc +++ b/meta-ti-bsp/conf/machine/include/k3r5.inc @@ -16,8 +16,7 @@ require conf/machine/include/ti-bsp.inc PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" UBOOT_SUFFIX = "bin" -UBOOT_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${UBOOT_SUFFIX}" -UBOOT_SYMLINK = "tiboot3.${UBOOT_SUFFIX}" +UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" PACKAGECONFIG:pn-u-boot-ti-staging = "" PACKAGECONFIG:pn-u-boot-ti-mainline = "" -- cgit v1.2.3-54-g00ecf