Revert "optee-os-stm32mp: enable OTP program support"

Commit 92969f0c4 ("plat-stm32mp1: Remove CFG_STM32_BSEC_WRITE dependency with
debug configuration OP-TEE") on OP-TEE source code, removed the link between
the BSEC WRITE feature with DEBUG feature, so now by default it is enabled.

This reverts commit 2395378ec4.

https://onedigi.atlassian.net/browse/DEL-8657
This commit is contained in:
Arturo Buzarra 2023-08-17 09:32:25 +02:00
parent d5e33fa947
commit a9176f53d3
1 changed files with 0 additions and 3 deletions

View File

@ -14,6 +14,3 @@ 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"