Commit e1040aac authored by Jeenu Viswambharan's avatar Jeenu Viswambharan Committed by Dimitris Papastamos
Browse files

Fix build error with correct format string



Change-Id: I11c12b113c4975efd3ac7ac2e8b93e6771a7e7ff
Signed-off-by: default avatarJeenu Viswambharan <jeenu.viswambharan@arm.com>
parent a513506b
......@@ -124,6 +124,6 @@ void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie,
ERROR("Unhandled External Abort received on 0x%lx at EL3!\n",
read_mpidr_el1());
ERROR(" exception reason=%u syndrome=0x%lx\n", ea_reason, syndrome);
ERROR(" exception reason=%u syndrome=0x%llx\n", ea_reason, syndrome);
panic();
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment