diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6q_arm2_android.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6q_arm2_android.h b/include/configs/mx6q_arm2_android.h index 264d85b..361a720 100644 --- a/include/configs/mx6q_arm2_android.h +++ b/include/configs/mx6q_arm2_android.h @@ -24,6 +24,10 @@ #include "mx6q_arm2.h" +/* Disable secure boot feature in default, if you want to enable this + * feature, please carefully read related documents, you may needs to + * change u-boot.lds */ +#undef CONFIG_SECURE_BOOT /* Disable fastboot and recovery to pass build. |