projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0224e
)
armv7/lS1021atwr: Enable bootscript for secure boot
author
gaurav rana
<gaurav.rana@freescale.com>
Tue, 12 May 2015 06:55:01 +0000
(12:25 +0530)
committer
York Sun
<yorksun@freescale.com>
Mon, 3 Aug 2015 19:06:36 +0000
(12:06 -0700)
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
patch
|
blob
|
history
diff --git
a/include/configs/ls1021atwr.h
b/include/configs/ls1021atwr.h
index f6f2e5ed5b339e61892be9cb1f56925489940e4c..a277a2dfc62dc065e8c39b1d9745afc685b0b8a5 100644
(file)
--- 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