diff options
author | Jason Liu <r64343@freescale.com> | 2013-08-14 15:21:02 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-08-21 14:54:17 +0800 |
commit | 13a9232928680adb794e4d60487391f95941f107 (patch) | |
tree | 28febebe46ed212ce15357deadecac6b72b75b6a /include/configs | |
parent | ade289156605c94f693aeeb4062acb2bba543bcd (diff) | |
download | u-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/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 |