optee-os-stm32mp: enable OTP program support

Add extra configuration 'CFG_STM32_BSEC_WRITE=y' to the make line to
enable OTP write support.

https://onedigi.atlassian.net/browse/DEL-8074

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2022-10-10 12:32:26 +02:00
parent 46150cf07e
commit 2395378ec4
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ SRC_URI = " \
${OPTEE_GIT_URI};branch=${SRCBRANCH};name=os \
file://fonts.tar.gz;subdir=git;name=fonts \
"
# Enable OTP write support
EXTRA_OEMAKE += "CFG_STM32_BSEC_WRITE=y"