ccmp2: reduce optee-os log level
When ST_OPTEE_DEBUG_TRACE=0, the source code default to a LOG_LEVEL=2 which prints a lot of messages on the boot log. Reduce it to LOG_LEVEL=1. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
25cdb8d2d9
commit
7355aeaa96
|
|
@ -94,6 +94,9 @@ SIGN_SUFFIX ?= "_Signed"
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# activate/deactivate the debug and trace on boot stage
|
# activate/deactivate the debug and trace on boot stage
|
||||||
ST_DEBUG_TRACE = "0"
|
ST_DEBUG_TRACE = "0"
|
||||||
|
# Reduce optee log level
|
||||||
|
ST_OPTEE_DEBUG_TRACE = "1"
|
||||||
|
ST_OPTEE_DEBUG_LOG_LEVEL = "1"
|
||||||
|
|
||||||
# Wic files
|
# Wic files
|
||||||
WKS_FILE_DEPENDS ?= " \
|
WKS_FILE_DEPENDS ?= " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue