mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-03 09:29:57 +00:00
SDEI: Fix build error with logging enabled
Change-Id: Iee617a3528225349b6eede2f8abb26da96640678 Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
This commit is contained in:
parent
c195f1a705
commit
897f04e8b6
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ uint64_t sdei_smc_handler(uint32_t smc_fid,
|
|||
case SDEI_PE_UNMASK:
|
||||
SDEI_LOG("> UNMASK:%lx\n", read_mpidr_el1());
|
||||
sdei_pe_unmask();
|
||||
SDEI_LOG("< UNMASK:%ld\n", 0);
|
||||
SDEI_LOG("< UNMASK:%d\n", 0);
|
||||
SMC_RET1(handle, 0);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue