From a7009ced679e620710fabf4590ccb99fc01876f1 Mon Sep 17 00:00:00 2001 From: Bryan Brattlof Date: Fri, 28 Feb 2025 12:12:10 -0600 Subject: conf: machine: k3: disable all fit signing for uboot All K3 SoCs utilize the binman packaging tools in U-Boot to package and sign the different boot firmware components needed to boot the various security variants of K3 platform. Disable UBOOT_SIGN_ENABLE to simplify the build Signed-off-by: Bryan Brattlof Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/k3.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index dd3cbeca..b98b4580 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc @@ -25,10 +25,6 @@ SPL_BINARY = "tispl.bin" SPL_BINARYNAME = "tispl.bin" UBOOT_SUFFIX = "img" -UBOOT_SIGN_ENABLE = "1" -UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb" -UBOOT_SIGN_KEYNAME ?= "custMpk" -UBOOT_SIGN_KEYDIR ?= "${TI_SECURE_DEV_PKG}/keys" FIT_HASH_ALG ?= "sha512" FIT_SIGN_ALG ?= "rsa4096" -- cgit v1.2.3-54-g00ecf