mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
Fix build error with correct format string
Change-Id: I11c12b113c4975efd3ac7ac2e8b93e6771a7e7ff Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
This commit is contained in:
parent
a513506b07
commit
e1040aac74
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue