diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-09-22 06:34:09 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-09-22 15:28:10 -0500 |
commit | 1caacfcff744e73cd0bffdcc946cb290a4722297 (patch) | |
tree | bf45e7c63d931a82161d0585c9c098b17cbecac0 /meta-ti-bsp/conf | |
parent | 4dcc70a8778e9fe53ca43bda22b144edcf1dd7c8 (diff) | |
download | meta-ti-1caacfcff744e73cd0bffdcc946cb290a4722297.tar.gz |
k3r5: u-boot: prevent overlapping deployed SPL symlinks
Make sure shortname R5 SPL symlink is not the same as the main K3 SPL
one, as they will overlap/overwrite each other when deployed into a
common location. Latest code in master now checks for this and errors
out.
Also remove unused UBOOT_SPI_* variables.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/k3r5.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3r5.inc b/meta-ti-bsp/conf/machine/include/k3r5.inc index 3df5cf35..c5c03cbf 100644 --- a/meta-ti-bsp/conf/machine/include/k3r5.inc +++ b/meta-ti-bsp/conf/machine/include/k3r5.inc | |||
@@ -19,9 +19,9 @@ SPL_SUFFIX = "bin" | |||
19 | SPL_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${SPL_SUFFIX}" | 19 | SPL_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${SPL_SUFFIX}" |
20 | SPL_SYMLINK = "tiboot3.${SPL_SUFFIX}" | 20 | SPL_SYMLINK = "tiboot3.${SPL_SUFFIX}" |
21 | UBOOT_SUFFIX = "bin" | 21 | UBOOT_SUFFIX = "bin" |
22 | UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}" | 22 | UBOOT_BINARY = "u-boot-r5spl.${UBOOT_SUFFIX}" |
23 | UBOOT_IMAGE = "u-boot-r5spl-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | 23 | UBOOT_IMAGE = "u-boot-r5spl-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" |
24 | UBOOT_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}" | 24 | UBOOT_SYMLINK = "u-boot-r5spl-${MAINMACHINE}.${UBOOT_SUFFIX}" |
25 | 25 | ||
26 | PACKAGECONFIG:pn-u-boot-ti-staging = "" | 26 | PACKAGECONFIG:pn-u-boot-ti-staging = "" |
27 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" | 27 | PACKAGECONFIG:pn-u-boot-ti-mainline = "" |