Skip to content
Snippets Groups Projects
Commit f73b3f2f authored by Joakim Bech's avatar Joakim Bech Committed by Jérôme Forissier
Browse files

tf-a/qemu v8: Change LOG_LEVEL to 40 when DEBUG=1


With LOG_LEVEL=50 and DEBUG=1, BL31 becomes too big, with LOG_LEVEL=40
we will miss a few debug prints, but it will at produce a valid binary
and more importantly, you'll get an elf-file with all debug symbols,
i.e., it's GDB makes up for the missing prints.

Signed-off-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent 4dbbb8e1
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ ifeq ($(TF_A_DEBUG),0)
TF_A_LOGLVL ?= 30
TF_A_OUT = $(TF_A_PATH)/build/qemu/release
else
TF_A_LOGLVL ?= 50
TF_A_LOGLVL ?= 40
TF_A_OUT = $(TF_A_PATH)/build/qemu/debug
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment