diff options
author | Vinitha Pillai-B57223 <vinitha.pillai@nxp.com> | 2017-03-23 13:48:18 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-04-17 09:03:30 -0700 |
commit | f7244f2c4815aa80a7cd7e9ceaee1969a16acd47 (patch) | |
tree | e1b30bb7445369de125e008038eca9943fe6330b /include/configs/ls1046ardb.h | |
parent | b7c19ea1ca7d3a02b8aa1e0f756ca60951fa367e (diff) | |
download | u-boot-f7244f2c4815aa80a7cd7e9ceaee1969a16acd47.tar.gz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index e368072c28..67ee62608c 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__ */ |