Merge "feat(qemu): add dummy plat_mboot_measure_key() BL1 function" into integration

This commit is contained in:
Manish V Badarkhe 2023-09-07 17:47:53 +02:00 committed by TrustedFirmware Code Review
commit 8e790490e3

View file

@ -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;
}