diff --git a/common/avb_verify.c b/common/avb_verify.c index 32034d927cf9..36898a610f8c 100644 --- a/common/avb_verify.c +++ b/common/avb_verify.c @@ -851,6 +851,7 @@ static AvbIOResult get_size_of_partition(AvbOps *ops, return AVB_IO_RESULT_OK; } +#ifdef CONFIG_OPTEE_TA_AVB static AvbIOResult read_persistent_value(AvbOps *ops, const char *name, size_t buffer_size, @@ -968,6 +969,8 @@ static AvbIOResult write_persistent_value(AvbOps *ops, return rc; } +#endif + /** * ============================================================================ * AVB2.0 AvbOps alloc/initialisation/free