summaryrefslogtreecommitdiff
path: root/include/configs/ls1046ardb.h
diff options
context:
space:
mode:
authorVinitha Pillai-B57223 <vinitha.pillai@nxp.com>2017-03-23 08:18:18 (GMT)
committerYork Sun <york.sun@nxp.com>2017-04-17 16:03:30 (GMT)
commitf7244f2c4815aa80a7cd7e9ceaee1969a16acd47 (patch)
treee1b30bb7445369de125e008038eca9943fe6330b /include/configs/ls1046ardb.h
parentb7c19ea1ca7d3a02b8aa1e0f756ca60951fa367e (diff)
downloadu-boot-f7244f2c4815aa80a7cd7e9ceaee1969a16acd47.tar.xz
armv8: LS1046ARDB: Add QSPI Secure Boot target
Add QSPI Secure Boot target. Also enable sec init. Signed-off-by: Vinitha Pillai <vinitha.pillai@nxp.com> Signed-off-by: Sumit Garg <sumit.garg@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1046ardb.h')
-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 e368072..67ee626 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__ */