diff mbox

[U-Boot] LS1021atwr: Enable bootscript for secure boot

Message ID 1431413701-21677-1-git-send-email-gaurav.rana@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

gaurav rana May 12, 2015, 6:55 a.m. UTC
Enable bootscript support in secure boot for establishing
chain of trust on LS1021atwr.

Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
---
 include/configs/ls1021atwr.h | 1 +
 1 file changed, 1 insertion(+)

Comments

York Sun Aug. 4, 2015, 3:45 p.m. UTC | #1
On 05/11/2015 11:55 PM, Gaurav Rana wrote:
> Enable bootscript support in secure boot for establishing
> chain of trust on LS1021atwr.
> 
> Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
> ---

Applied to u-boot-fsl-qoriq master. Thanks.

York
diff mbox

Patch

diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index 729205f..f637b59 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls1021atwr.h
@@ -444,6 +444,7 @@ 
 
 #ifdef CONFIG_SECURE_BOOT
 #define CONFIG_CMD_BLOB
+#include <asm/fsl_secure_boot.h>
 #endif
 
 #endif