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:
parent
46150cf07e
commit
2395378ec4
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue