tfa: disable debug info

This commit is contained in:
2024-12-09 16:10:14 +08:00
parent adf7941883
commit 05c2fd4d9d
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ DEPENDS += "dtc-native openssl-native"
DEPENDS:append = " ${@bb.utils.contains('TF_A_ENABLE_DEBUG_WRAPPER', '1', 'stm32wrapper4dbg-native', '', d)}"
# Default log level
ST_TF_A_DEBUG ??= "1"
ST_TF_A_DEBUG ??= "0"
ST_TF_A_LOG_LEVEL_RELEASE ??= "20"
ST_TF_A_LOG_LEVEL_DEBUG ??= "40"

View File

@ -10,7 +10,7 @@ TFA_ARM_MAJOR = "7"
TFA_ARM_ARCH = "aarch32"
# Enable the wrapper for debug
TF_A_ENABLE_DEBUG_WRAPPER ?= "1"
TF_A_ENABLE_DEBUG_WRAPPER ?= "0"
# ---------------------------------
# Configure archiver use