diff options
author | Yuantian Tang <andy.tang@nxp.com> | 2019-05-24 14:36:27 +0800 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-06-19 12:54:57 +0530 |
commit | a1e126bf8d44f898c4dc23569245b12b9ee4c667 (patch) | |
tree | 2640fbaca2da613dbbb1dcf46b78a2490c78fc31 /include/configs/ls1028a_common.h | |
parent | 9029fa115ab00e9f824ed1b1ce1567aeb39c9ffd (diff) |
armv8: ls1028a: Add secure boot defconfig
Add secure boot defconfig for ls1028aqds and ls1028ardb boards.
Signed-off-by: Yuantian Tang <andy.tang@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'include/configs/ls1028a_common.h')
-rw-r--r-- | include/configs/ls1028a_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h index 0db86396e9..d3d787f14d 100644 --- a/include/configs/ls1028a_common.h +++ b/include/configs/ls1028a_common.h @@ -197,4 +197,8 @@ #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5 +#ifdef CONFIG_SECURE_BOOT +#include <asm/fsl_secure_boot.h> +#endif + #endif /* __L1028A_COMMON_H */ |