From fac431ed6755c1b66511838e350a987b2ddcb9fb Mon Sep 17 00:00:00 2001 From: Franck LENORMAND Date: Mon, 10 Aug 2020 10:12:42 +0200 Subject: MLK-24474: Add SECO API sc_seco_set_fips_mode The SCFW API sc_seco_set_fips_mode allow to configure the mode of the FIPS feature on SoC. This configuration is performed on fuses and cannot be reverted. Signed-off-by: Franck LENORMAND Acked-by: Anson Huang Acked-by: Ye Li --- plat/imx/common/include/sci/sci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plat/imx/common/include/sci/sci.h') diff --git a/plat/imx/common/include/sci/sci.h b/plat/imx/common/include/sci/sci.h index 2c45bb8b..71eb18e5 100644 --- a/plat/imx/common/include/sci/sci.h +++ b/plat/imx/common/include/sci/sci.h @@ -17,5 +17,6 @@ #include #include #include +#include #endif /* SCI_H */ -- cgit v1.2.3