aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/drivers/crypto/caam/caam_rng.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/drivers/crypto/caam/caam_rng.c b/core/drivers/crypto/caam/caam_rng.c
index fb5e3de4..7685e2ad 100644
--- a/core/drivers/crypto/caam/caam_rng.c
+++ b/core/drivers/crypto/caam/caam_rng.c
@@ -16,6 +16,7 @@
#include <mm/core_memprot.h>
#include <rng_support.h>
#include <tee/cache.h>
+#include <tee/tee_cryp_utl.h>
#include <string.h>
/*
@@ -569,4 +570,8 @@ uint8_t hw_get_random_byte(void)
return data;
}
+
+void plat_rng_init(void)
+{
+}
#endif