]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
armv7/lS1021atwr: Enable bootscript for secure boot
authorgaurav rana <gaurav.rana@freescale.com>
Tue, 12 May 2015 06:55:01 +0000 (12:25 +0530)
committerYork Sun <yorksun@freescale.com>
Mon, 3 Aug 2015 19:06:36 +0000 (12:06 -0700)
Enable bootscript support in secure boot for establishing
chain of trust on LS1021atwr.

Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
include/configs/ls1021atwr.h

index f6f2e5ed5b339e61892be9cb1f56925489940e4c..a277a2dfc62dc065e8c39b1d9745afc685b0b8a5 100644 (file)
 
 #ifdef CONFIG_SECURE_BOOT
 #define CONFIG_CMD_BLOB
+#include <asm/fsl_secure_boot.h>
 #endif
 
 #endif