summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVinitha Pillai-B57223 <[email protected]>2017-03-23 13:48:18 +0530
committerYork Sun <[email protected]>2017-04-17 09:03:30 -0700
commitf7244f2c4815aa80a7cd7e9ceaee1969a16acd47 (patch)
treee1b30bb7445369de125e008038eca9943fe6330b /include
parentb7c19ea1ca7d3a02b8aa1e0f756ca60951fa367e (diff)
armv8: LS1046ARDB: Add QSPI Secure Boot target
Add QSPI Secure Boot target. Also enable sec init. Signed-off-by: Vinitha Pillai <[email protected]> Signed-off-by: Sumit Garg <[email protected]> Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls1046ardb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
index e368072c281..67ee62608cd 100644
--- a/include/configs/ls1046ardb.h
+++ b/include/configs/ls1046ardb.h
@@ -252,4 +252,6 @@
"48m(nand_kernel),448m(nand_free)"
#endif
+#include <asm/fsl_secure_boot.h>
+
#endif /* __LS1046ARDB_H__ */