From bd506f4b04d6c9cb063d7c9ec7020dc613b93b99 Mon Sep 17 00:00:00 2001 From: gaurav rana 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 Reviewed-by: York Sun --- include/configs/ls1021atwr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 5a27ff400f..48d2e5616e 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -497,6 +497,7 @@ #ifdef CONFIG_SECURE_BOOT #define CONFIG_CMD_BLOB +#include #endif #endif -- 2.39.2