summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-01-13 16:52:22 -0600
committerRyan Eatmon <reatmon@ti.com>2025-01-22 15:08:56 -0600
commit8454da05540b8c61ae6a471293a33abaf4b696cc (patch)
treee9eee8167146f35b5b2e48925a94923101c627c5
parentfefe1fdc798c6549be4e36ff25ef3b0eae0c099f (diff)
downloadmeta-ti-8454da05540b8c61ae6a471293a33abaf4b696cc.tar.gz
conf: machine: beaglebone-ai64: Update SPL_BINARY
Rather than override the value for SPL_BINARY for all bsps, simply just set the value to the correct value. This should be ok since all beaglebone-ai64 variations should use tispl.bin_unsigned. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-beagle/conf/machine/beaglebone-ai64.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-beagle/conf/machine/beaglebone-ai64.conf b/meta-beagle/conf/machine/beaglebone-ai64.conf
index a521c8cf..ecd3a6e7 100644
--- a/meta-beagle/conf/machine/beaglebone-ai64.conf
+++ b/meta-beagle/conf/machine/beaglebone-ai64.conf
@@ -18,11 +18,7 @@ UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "j721e_beagleboneai64_a72.config"
18UBOOT_MACHINE:bsp-bb_org-6_1 = "j721e_evm_a72_config" 18UBOOT_MACHINE:bsp-bb_org-6_1 = "j721e_evm_a72_config"
19UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "j721e_beagleboneai64_a72.config" 19UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "j721e_beagleboneai64_a72.config"
20 20
21SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned" 21SPL_BINARY = "tispl.bin_unsigned"
22SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin"
23
24SPL_BINARY:bsp-bb_org-6_6 = "tispl.bin_unsigned"
25SPL_BINARYNAME:bsp-bb_org-6_6 = "tispl.bin"
26 22
27KERNEL_DEVICETREE_PREFIX = " \ 23KERNEL_DEVICETREE_PREFIX = " \
28 ti/k3-j721e \ 24 ti/k3-j721e \