summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-02-06 08:41:41 -0600
committerRyan Eatmon <reatmon@ti.com>2026-02-06 17:52:40 -0600
commitc0e80f86dec421d7518f47617c970eec6630640e (patch)
tree79dba35859b47bc063fe6d4c14fc0c397e10dc46
parentc79f7b833ee92e42f5dcfd6a33a47a9399d1c575 (diff)
downloadmeta-ti-c0e80f86dec421d7518f47617c970eec6630640e.tar.gz
u-boot: Update ECDSA signing make optioncicd.master.202602091100
When the feature was sent to upstream, it was requested to change the command line option for specifying the key. Adapt to that change and ensure it still works as is for bsp-ti-6_12. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 678f3bcf..c1959d11 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -417,4 +417,5 @@ PACKAGES:prepend:am62xx-lp-evm = "${FALCON_PKG} "
417 417
418TOOLCHAIN = "gcc" 418TOOLCHAIN = "gcc"
419 419
420TI_SIGN_WITH_ECDSA_KEY ?= "KEY_PATH=${THISDIR}/files/custMpk_ecdsa.key" 420TI_SIGN_WITH_ECDSA_KEY ?= "SIGNING_KEY=${THISDIR}/files/custMpk_ecdsa.key"
421TI_SIGN_WITH_ECDSA_KEY:bsp-ti-6_12 = "KEY_PATH=${THISDIR}/files/custMpk_ecdsa.key"