
12 May
2015
12 May
'15
8:55 a.m.
Enable bootscript support in secure boot for establishing chain of trust on LS1021atwr.
Signed-off-by: Gaurav Rana gaurav.rana@freescale.com --- include/configs/ls1021atwr.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 729205f..f637b59 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -444,6 +444,7 @@
#ifdef CONFIG_SECURE_BOOT #define CONFIG_CMD_BLOB +#include <asm/fsl_secure_boot.h> #endif
#endif
--
1.8.1.4