diff --git a/plat/common/aarch64/plat_common.c b/plat/common/aarch64/plat_common.c index ba4c366a904bfe15e2611253c361892b196970d7..5b3262c7dcf20a3d3e62a8d653a5290556255c66 100644 --- a/plat/common/aarch64/plat_common.c +++ b/plat/common/aarch64/plat_common.c @@ -90,6 +90,7 @@ void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie, #endif unsigned int level = (unsigned int)GET_EL(read_spsr_el3()); + ERROR_NL(); ERROR("Unhandled External Abort received on 0x%lx from %s\n", read_mpidr_el1(), get_el_str(level)); ERROR("exception reason=%u syndrome=0x%llx\n", ea_reason, syndrome);