summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-12-02 16:32:10 -0600
committerRyan Eatmon <reatmon@ti.com>2025-12-19 09:57:39 -0600
commit6c8b8fe015934690f5d7825e1d9c596ab2fff5fd (patch)
treea3d46bab958e426f21a739f2d0e954302b7bcb97 /meta-ti-bsp/conf/machine/include
parent32e30bef7aaceca430ebb7ed0108327812b5f1f0 (diff)
downloadmeta-ti-6c8b8fe015934690f5d7825e1d9c596ab2fff5fd.tar.gz
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 <afd@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3r5.inc3
1 files changed, 1 insertions, 2 deletions
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
16PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" 16PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"
17 17
18UBOOT_SUFFIX = "bin" 18UBOOT_SUFFIX = "bin"
19UBOOT_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${UBOOT_SUFFIX}" 19UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}"
20UBOOT_SYMLINK = "tiboot3.${UBOOT_SUFFIX}"
21 20
22PACKAGECONFIG:pn-u-boot-ti-staging = "" 21PACKAGECONFIG:pn-u-boot-ti-staging = ""
23PACKAGECONFIG:pn-u-boot-ti-mainline = "" 22PACKAGECONFIG:pn-u-boot-ti-mainline = ""