tfa: disable debug info
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user