From c17b87fafce7faf46c0c9b6024bc189793e67265 Mon Sep 17 00:00:00 2001 From: "ji.luo" Date: Mon, 6 Nov 2017 15:36:30 +0800 Subject: [PATCH] MA-10580 Open lock/unlock feature for evk_6sl and sabresd_7d Add configs to open lock/unlock feature for evk_6sl and sabresd_7d. Change-Id: I18f8917df06290efb553b10c9bbdaeb145f8a423 Signed-off-by: ji.luo --- include/configs/mx6slevkandroid.h | 4 ++++ include/configs/mx7dsabresdandroid.h | 10 +++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/include/configs/mx6slevkandroid.h b/include/configs/mx6slevkandroid.h index 4bbe6bbf75..263ce4bf6f 100644 --- a/include/configs/mx6slevkandroid.h +++ b/include/configs/mx6slevkandroid.h @@ -12,6 +12,10 @@ #include +/* 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 diff --git a/include/configs/mx7dsabresdandroid.h b/include/configs/mx7dsabresdandroid.h index 0636afe153..199e61014a 100644 --- a/include/configs/mx7dsabresdandroid.h +++ b/include/configs/mx7dsabresdandroid.h @@ -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 */ -- 2.17.1