diff options
| author | Andrew Davis <afd@ti.com> | 2025-12-02 16:32:10 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-12-19 09:57:39 -0600 |
| commit | 6c8b8fe015934690f5d7825e1d9c596ab2fff5fd (patch) | |
| tree | a3d46bab958e426f21a739f2d0e954302b7bcb97 /meta-ti-bsp/conf/machine/include | |
| parent | 32e30bef7aaceca430ebb7ed0108327812b5f1f0 (diff) | |
| download | meta-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.inc | 3 |
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 | |||
| 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" | 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" |
| 17 | 17 | ||
| 18 | UBOOT_SUFFIX = "bin" | 18 | UBOOT_SUFFIX = "bin" |
| 19 | UBOOT_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${UBOOT_SUFFIX}" | 19 | UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}" |
| 20 | UBOOT_SYMLINK = "tiboot3.${UBOOT_SUFFIX}" | ||
| 21 | 20 | ||
| 22 | PACKAGECONFIG:pn-u-boot-ti-staging = "" | 21 | PACKAGECONFIG:pn-u-boot-ti-staging = "" |
| 23 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" | 22 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" |
