]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 05:55:16 +0000 (07:55 +0200)
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 5a27ff400f8698ab0acca2f0da29e2782f3bb723..48d2e5616e94108db4792239eb2162335ee1d93c 100644 (file)
 
 #ifdef CONFIG_SECURE_BOOT
 #define CONFIG_CMD_BLOB
 
 #ifdef CONFIG_SECURE_BOOT
 #define CONFIG_CMD_BLOB
+#include <asm/fsl_secure_boot.h>
 #endif
 
 #endif
 #endif
 
 #endif