stm-st-stm32mp: optee-os: remove CFG_OTP_HUK for Trustfence
Starting with OP-TEE v4.0.0, the use of a test key is no longer supported. The Hardware Unique Key (HUK) is now always derived from the programmed OTP bits. As a result, the Digi custom `CFG_OTP_HUK` flag is obsolete and has been removed. https://onedigi.atlassian.net/browse/DEL-9634 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
09714323a6
commit
8644348fed
|
|
@ -17,6 +17,3 @@ SRC_URI = " \
|
|||
${OPTEE_GIT_URI};branch=${SRCBRANCH};name=os \
|
||||
file://fonts.tar.gz;subdir=git;name=fonts \
|
||||
"
|
||||
|
||||
# If TF enabled, force use of HUK in OTP bits
|
||||
EXTRA_OEMAKE += "${@oe.utils.conditional('TRUSTFENCE_ENABLED', '1', 'CFG_OTP_HUK=1', '', d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue