mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 22:35:42 +00:00
Merge "fix(services): drop warning on unimplemented calls" into integration
This commit is contained in:
commit
b941145973
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ static uintptr_t std_svc_smc_handler(uint32_t smc_fid,
|
|||
SMC_RET2(handle, STD_SVC_VERSION_MAJOR, STD_SVC_VERSION_MINOR);
|
||||
|
||||
default:
|
||||
WARN("Unimplemented Standard Service Call: 0x%x \n", smc_fid);
|
||||
VERBOSE("Unimplemented Standard Service Call: 0x%x \n", smc_fid);
|
||||
SMC_RET1(handle, SMC_UNK);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue