Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: user_ta.c: promote panic message on abort from DMSG to EMSG_RAW
When an abort condition happens in a TA (data abort, undefined instruction abort, etc.): - A register dump is printed by the TEE core, - Then the memory mappings and the call stack is displayed by ldelf, - Finally the panic code is printed by the TEE core. All the messages use the ERROR severity except the last one which is DEBUG. Therefore, switch from DMSG() to EMSG_RAW() for consistency with the register dump code. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
- Loading branch information