Build: Fix wrong flag Name CRYPTO_HW_ACCLERATOR in crypto back end.
Issue on flag name usage has been introduced with OTP used for
crypto back end. CRYPTO_HW_ACCLERATOR is replaced by
CRYPTO_HW_ACCELERATOR to avoid further issue.
Change-Id: I83bd2ce65c3a87e08d2e85321805ca4db53d0d96
Signed-off-by: Michel Jaouen <michel.jaouen@st.com>
diff --git a/secure_fw/partitions/crypto/crypto_init.c b/secure_fw/partitions/crypto/crypto_init.c
index 0694ae6..28c787c 100644
--- a/secure_fw/partitions/crypto/crypto_init.c
+++ b/secure_fw/partitions/crypto/crypto_init.c
@@ -27,7 +27,7 @@
#ifdef CRYPTO_HW_ACCELERATOR
#include "crypto_hw.h"
-#endif /* CRYPTO_HW_ACCLERATOR */
+#endif /* CRYPTO_HW_ACCELERATOR */
#ifdef TFM_PSA_API
#include "psa/service.h"