MA-10580 Open lock/unlock feature for evk_6sl and sabresd_7d
authorji.luo <ji.luo@nxp.com>
Mon, 6 Nov 2017 07:36:30 +0000 (15:36 +0800)
committerji.luo <ji.luo@nxp.com>
Wed, 8 Nov 2017 07:54:22 +0000 (15:54 +0800)
Add configs to open lock/unlock feature for evk_6sl and sabresd_7d.

Change-Id: I18f8917df06290efb553b10c9bbdaeb145f8a423
Signed-off-by: ji.luo <ji.luo@nxp.com>
include/configs/mx6slevkandroid.h
include/configs/mx7dsabresdandroid.h

index 4bbe6bb..263ce4b 100644 (file)
 
 #include <asm/imx-common/mxc_key_defs.h>
 
+/* lock/unlock stuff */
+#define CONFIG_FASTBOOT_LOCK
+#define FSL_FASTBOOT_FB_DEV "mmc"
+
 /*keyboard mapping*/
 #define CONFIG_VOL_DOWN_KEY     KEY_BACK
 #define CONFIG_POWER_KEY        KEY_5
index 0636afe..199e610 100644 (file)
@@ -8,4 +8,12 @@
 #ifndef __MX7D_SABRESD_ANDROID_H
 #define __MX7D_SABRESD_ANDROID_H
 #include "mx_android_common.h"
-#endif
+
+/* lock/unlock stuff */
+#define FASTBOOT_ENCRYPT_LOCK
+#define CONFIG_FASTBOOT_LOCK
+#define FSL_FASTBOOT_FB_DEV "mmc"
+#define CONFIG_FSL_CAAM_KB
+#define CONFIG_SHA1
+
+#endif /* __MX7D_SABRESD_ANDROID_H */