diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6qsabre_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 3d01d2a..e2795cc 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -30,6 +30,11 @@ /* uncomment for PLUGIN mode support */ /* #define CONFIG_USE_PLUGIN */ +#define CONFIG_ARCH_MISC_INIT + +/* uncomment for SECURE mode support */ +/* #define CONFIG_SECURE_BOOT */ + #include "mx6_common.h" #define CONFIG_DISPLAY_CPUINFO |