summaryrefslogtreecommitdiff
path: root/include/configs/mx7_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-10-28 15:12:03 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-28 15:12:03 (GMT)
commit4f892924d238cc415891dbea336a0fdaff2f853b (patch)
tree145882227f01a5092c656d1fc7122adff76bc8c2 /include/configs/mx7_common.h
parentec1eaad06551e2422baf8743f6987d4f561f2ce6 (diff)
parent1c140f7bbf4a008fcd78b407ea80c60a2a18fc1f (diff)
downloadu-boot-4f892924d238cc415891dbea336a0fdaff2f853b.tar.xz
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Signed-off-by: Tom Rini <trini@konsulko.com> Conflicts: common/Kconfig configs/dms-ba16_defconfig
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r--include/configs/mx7_common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index 748029c..0645228 100644
--- a/include/configs/mx7_common.h
+++ b/include/configs/mx7_common.h
@@ -72,4 +72,13 @@
#define CONFIG_ARMV7_SECURE_BASE 0x00900000
+/* Secure boot (HAB) support */
+#ifdef CONFIG_SECURE_BOOT
+#define CONFIG_CSF_SIZE 0x2000
+#define CONFIG_SYS_FSL_SEC_COMPAT 4
+#define CONFIG_FSL_CAAM
+#define CONFIG_CMD_DEKBLOB
+#define CONFIG_SYS_FSL_SEC_LE
+#endif
+
#endif