From 8454da05540b8c61ae6a471293a33abaf4b696cc Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Mon, 13 Jan 2025 16:52:22 -0600 Subject: 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 --- meta-beagle/conf/machine/beaglebone-ai64.conf | 6 +----- 1 file changed, 1 insertion(+), 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" UBOOT_MACHINE:bsp-bb_org-6_1 = "j721e_evm_a72_config" UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "j721e_beagleboneai64_a72.config" -SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned" -SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin" - -SPL_BINARY:bsp-bb_org-6_6 = "tispl.bin_unsigned" -SPL_BINARYNAME:bsp-bb_org-6_6 = "tispl.bin" +SPL_BINARY = "tispl.bin_unsigned" KERNEL_DEVICETREE_PREFIX = " \ ti/k3-j721e \ -- cgit v1.2.3-54-g00ecf