summaryrefslogtreecommitdiff
path: root/include/configs/mx7_common.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-03-16 14:39:06 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:41 +0800
commit2398e5ff576c6f0de86856f4b116315d0b34556b (patch)
tree98202d407625a359eea158168981e33e84c921e3 /include/configs/mx7_common.h
parentfd9a9759ed9b3a9fc26b18aff00880382213b1ca (diff)
MLK-12500-2 HAB: Add commented secure boot configurations
CONFIG_SECURE_BOOT is used for signed image building, this configuration is not enabled at default. Comment it in mx6/mx7 common header file. Users can uncomment it to enable. Also add CONFIG_CSF_SIZE for defining the CSF reserved size and resize the CONFIG_CSF_SIZE to 0x4000 to align with v2016.03. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 01cc7d9bc205251c13712418d51f3a4d7b20861b)
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r--include/configs/mx7_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index b10b7f1b77..26894cb075 100644
--- a/include/configs/mx7_common.h
+++ b/include/configs/mx7_common.h
@@ -65,6 +65,9 @@
#define CONFIG_ARMV7_SECURE_BASE 0x00900000
+/* uncomment for SECURE mode support */
+/* #define CONFIG_SECURE_BOOT */
+
/* Secure boot (HAB) support */
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_CSF_SIZE 0x2000