mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "feat(qemu): add dummy plat_mboot_measure_key() BL1 function" into integration
This commit is contained in:
commit
8e790490e3
1 changed files with 6 additions and 0 deletions
|
@ -26,3 +26,9 @@ int plat_mboot_measure_image(unsigned int image_id, image_info_t *image_data)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
int plat_mboot_measure_key(const void *pk_oid, const void *pk_ptr,
|
||||
size_t pk_len)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue