configs: j721e_evm_a72_defconfig: Add HBMC related configs
[oweals/u-boot.git] / common / avb_verify.c
index 32034d927cf98cf087249d7f8805c854897f2bcc..36898a610f8cd1e31642cd7ba31f25dbcf2adf45 100644 (file)
@@ -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 @@ free_name:
 
        return rc;
 }
+#endif
+
 /**
  * ============================================================================
  * AVB2.0 AvbOps alloc/initialisation/free