summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-09-22 06:34:09 +0000
committerRyan Eatmon <reatmon@ti.com>2023-09-22 15:28:10 -0500
commit1caacfcff744e73cd0bffdcc946cb290a4722297 (patch)
treebf45e7c63d931a82161d0585c9c098b17cbecac0 /meta-ti-bsp/conf
parent4dcc70a8778e9fe53ca43bda22b144edcf1dd7c8 (diff)
downloadmeta-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.inc4
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"
19SPL_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${SPL_SUFFIX}" 19SPL_BINARY = "tiboot3-${SYSFW_SOC}-${SYSFW_SUFFIX}-${SYSFW_CONFIG}.${SPL_SUFFIX}"
20SPL_SYMLINK = "tiboot3.${SPL_SUFFIX}" 20SPL_SYMLINK = "tiboot3.${SPL_SUFFIX}"
21UBOOT_SUFFIX = "bin" 21UBOOT_SUFFIX = "bin"
22UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}" 22UBOOT_BINARY = "u-boot-r5spl.${UBOOT_SUFFIX}"
23UBOOT_IMAGE = "u-boot-r5spl-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" 23UBOOT_IMAGE = "u-boot-r5spl-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
24UBOOT_SYMLINK = "u-boot-r5spl.${UBOOT_SUFFIX}" 24UBOOT_SYMLINK = "u-boot-r5spl-${MAINMACHINE}.${UBOOT_SUFFIX}"
25 25
26PACKAGECONFIG:pn-u-boot-ti-staging = "" 26PACKAGECONFIG:pn-u-boot-ti-staging = ""
27PACKAGECONFIG:pn-u-boot-ti-mainline = "" 27PACKAGECONFIG:pn-u-boot-ti-mainline = ""