From 562583deb3ff6cac0833c91c7cc0c24f0d7e0413 Mon Sep 17 00:00:00 2001 From: gaurav rana <gaurav.rana@freescale.com> Date: Tue, 12 May 2015 12:25:01 +0530 Subject: [PATCH] armv7/lS1021atwr: Enable bootscript for secure boot 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index f6f2e5ed5b..a277a2dfc6 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -498,6 +498,7 @@ #ifdef CONFIG_SECURE_BOOT #define CONFIG_CMD_BLOB +#include <asm/fsl_secure_boot.h> #endif #endif -- 2.39.5