mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 02:42:34 +00:00
u-boot: Update ECDSA signing make option
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>
This commit is contained in:
@@ -417,4 +417,5 @@ PACKAGES:prepend:am62xx-lp-evm = "${FALCON_PKG} "
|
||||
|
||||
TOOLCHAIN = "gcc"
|
||||
|
||||
TI_SIGN_WITH_ECDSA_KEY ?= "KEY_PATH=${THISDIR}/files/custMpk_ecdsa.key"
|
||||
TI_SIGN_WITH_ECDSA_KEY ?= "SIGNING_KEY=${THISDIR}/files/custMpk_ecdsa.key"
|
||||
TI_SIGN_WITH_ECDSA_KEY:bsp-ti-6_12 = "KEY_PATH=${THISDIR}/files/custMpk_ecdsa.key"
|
||||
|
||||
Reference in New Issue
Block a user