From: gaurav rana Date: Tue, 12 May 2015 06:55:01 +0000 (+0530) Subject: armv7/lS1021atwr: Enable bootscript for secure boot X-Git-Tag: v2015.10-rc2~424^2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=562583deb3ff6cac0833c91c7cc0c24f0d7e0413;p=u-boot 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 --- 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 #endif #endif