diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6_common.h | 3 | ||||
-rw-r--r-- | include/configs/mx7_common.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index f62a7df..ccc7c2c 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -100,6 +100,9 @@ defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6S) #define CONFIG_CMD_FUSE #define CONFIG_MXC_OCOTP +/* uncomment for SECURE mode support */ +/* #define CONFIG_SECURE_BOOT */ + /* Secure boot (HAB) support */ #ifdef CONFIG_SECURE_BOOT #define CONFIG_CSF_SIZE 0x2000 diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index b10b7f1..26894cb 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 |