diff options
| author | Andrew Davis <afd@ti.com> | 2025-12-02 16:32:09 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-12-19 09:57:39 -0600 |
| commit | 32e30bef7aaceca430ebb7ed0108327812b5f1f0 (patch) | |
| tree | e0306dc2a7c3aecdab9ee5c75d0d220663ccbd3b /meta-ti-bsp/conf/machine/include/k3r5.inc | |
| parent | 65ee7c49c85a137805c2a45e822c2a374961c8e0 (diff) | |
| download | meta-ti-32e30bef7aaceca430ebb7ed0108327812b5f1f0.tar.gz | |
k3r5: Use UBOOT_BINARY for R5 U-Boot Image
As R5 only builds one working image (tiboot3.bin), define this as the
"UBOOT_BINARY", even though it was technically build using the SPL build
pass in U-Boot. This allows some simplification and removes deploying of
a dummy file (u-boot-spl.bin) which is not a usable boot file. It was only
deployed as UBOOT_BINARY is not optional and so something needed to be set
here.
BeagleBone-AI64 already did something similar to this so the overrides
in that MACHINE conf can now be removed.
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/k3r5.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/k3r5.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3r5.inc b/meta-ti-bsp/conf/machine/include/k3r5.inc index fcd54254..0408c09c 100644 --- a/meta-ti-bsp/conf/machine/include/k3r5.inc +++ b/meta-ti-bsp/conf/machine/include/k3r5.inc | |||
| @@ -15,13 +15,9 @@ require conf/machine/include/arm/armv7a/tune-cortexa8.inc | |||
| 15 | require conf/machine/include/ti-bsp.inc | 15 | require conf/machine/include/ti-bsp.inc |
| 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" | 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" |
| 17 | 17 | ||
| 18 | SPL_SUFFIX = "bin" | ||
| 19 | SPL_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${SPL_SUFFIX}" | ||
| 20 | SPL_SYMLINK = "tiboot3.${SPL_SUFFIX}" | ||
| 21 | UBOOT_SUFFIX = "bin" | 18 | UBOOT_SUFFIX = "bin" |
| 22 | UBOOT_BINARY = "u-boot-r5spl.${UBOOT_SUFFIX}" | 19 | UBOOT_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${UBOOT_SUFFIX}" |
| 23 | UBOOT_IMAGE = "u-boot-r5spl-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | 20 | UBOOT_SYMLINK = "tiboot3.${UBOOT_SUFFIX}" |
| 24 | UBOOT_SYMLINK = "u-boot-r5spl-${MAINMACHINE}.${UBOOT_SUFFIX}" | ||
| 25 | 21 | ||
| 26 | PACKAGECONFIG:pn-u-boot-ti-staging = "" | 22 | PACKAGECONFIG:pn-u-boot-ti-staging = "" |
| 27 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" | 23 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" |
