summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/tpm2/platform.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/cr50/tpm2/platform.c b/board/cr50/tpm2/platform.c
index f684bd254f..ce0a559390 100644
--- a/board/cr50/tpm2/platform.c
+++ b/board/cr50/tpm2/platform.c
@@ -104,3 +104,8 @@ void _plat__OwnerClearCallback(void)
if (rv != EC_SUCCESS)
CPRINTF("%s: failed (%d)\n", __func__, rv);
}
+
+BOOL _plat__NvUpdateAllowed(uint32_t handle)
+{
+ return TRUE;
+}