summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2013-08-14 15:21:02 +0800
committerJason Liu <r64343@freescale.com>2013-08-21 14:54:17 +0800
commit13a9232928680adb794e4d60487391f95941f107 (patch)
tree28febebe46ed212ce15357deadecac6b72b75b6a /include
parentade289156605c94f693aeeb4062acb2bba543bcd (diff)
downloadu-boot-imx-13a9232928680adb794e4d60487391f95941f107.zip
u-boot-imx-13a9232928680adb794e4d60487391f95941f107.tar.gz
u-boot-imx-13a9232928680adb794e4d60487391f95941f107.tar.bz2
ENGR00275348-9 imx6/sabre{sd,auto}: add the secureboot support
In order to support the secureboot, please turn on the CONFIG_SECURE_BOOT in include/configs/mx6qsabre_common.h By default, the CONFIG_SECURE_BOOT is disabled. Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qsabre_common.h5
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