[U-Boot] [PATCH] LS1021atwr: Enable bootscript for secure boot

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

4 Aug
4 Aug
5:45 p.m.
On 05/11/2015 11:55 PM, Gaurav Rana wrote:
Enable bootscript support in secure boot for establishing chain of trust on LS1021atwr.
Signed-off-by: Gaurav Rana gaurav.rana@freescale.com
Applied to u-boot-fsl-qoriq master. Thanks.
York
3563
Age (days ago)
3647
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gaurav Rana
-
York Sun