From 631b4eee07e4b1ca8982a019b4dfcc5de602be45 Mon Sep 17 00:00:00 2001 From: "yang.tian" Date: Wed, 14 Mar 2018 02:51:10 +0800 Subject: [PATCH] MA-11530 [Android] imx7ulp-evk: bring up android in u-boot v2017 bring up android for 7ulp in u-boot v2017 by adding android configs. Change-Id: I97bb54bc301ea6234ff1c627395a9c51fd08a68d Signed-off-by: Tian Yang --- include/configs/mx6sabreandroid_common.h | 2 ++ include/configs/mx6slevkandroid.h | 2 ++ include/configs/mx6sxsabreautoandroid.h | 2 ++ include/configs/mx6sxsabresdandroid.h | 2 ++ include/configs/mx7dsabresdandroid.h | 2 ++ include/configs/mx7ulp_evk_android.h | 2 ++ 6 files changed, 12 insertions(+) diff --git a/include/configs/mx6sabreandroid_common.h b/include/configs/mx6sabreandroid_common.h index 224c647385..1784919324 100644 --- a/include/configs/mx6sabreandroid_common.h +++ b/include/configs/mx6sabreandroid_common.h @@ -9,6 +9,8 @@ #define MX6_SABRE_ANDROID_COMMON_H #include "mx_android_common.h" +#define CONFIG_CMD_FASTBOOT +#define CONFIG_ANDROID_BOOT_IMAGE #define CONFIG_FASTBOOT_LOCK #define FSL_FASTBOOT_FB_DEV "mmc" #define FASTBOOT_ENCRYPT_LOCK diff --git a/include/configs/mx6slevkandroid.h b/include/configs/mx6slevkandroid.h index 263ce4bf6f..5c1a2796c9 100644 --- a/include/configs/mx6slevkandroid.h +++ b/include/configs/mx6slevkandroid.h @@ -12,6 +12,8 @@ #include +#define CONFIG_CMD_FASTBOOT +#define CONFIG_ANDROID_BOOT_IMAGE /* lock/unlock stuff */ #define CONFIG_FASTBOOT_LOCK #define FSL_FASTBOOT_FB_DEV "mmc" diff --git a/include/configs/mx6sxsabreautoandroid.h b/include/configs/mx6sxsabreautoandroid.h index 7c190211ed..2293470b78 100644 --- a/include/configs/mx6sxsabreautoandroid.h +++ b/include/configs/mx6sxsabreautoandroid.h @@ -10,6 +10,8 @@ #define __MX6SX_SABREAUTO_ANDROID_H #include "mx_android_common.h" +#define CONFIG_CMD_FASTBOOT +#define CONFIG_ANDROID_BOOT_IMAGE #define CONFIG_FASTBOOT_LOCK #define FSL_FASTBOOT_FB_DEV "mmc" #define FASTBOOT_ENCRYPT_LOCK diff --git a/include/configs/mx6sxsabresdandroid.h b/include/configs/mx6sxsabresdandroid.h index bc2a8fe5b9..3077d31c45 100644 --- a/include/configs/mx6sxsabresdandroid.h +++ b/include/configs/mx6sxsabresdandroid.h @@ -10,6 +10,8 @@ #define __MX6SX_SABRESD_ANDROID_H #include "mx_android_common.h" +#define CONFIG_CMD_FASTBOOT +#define CONFIG_ANDROID_BOOT_IMAGE /* For NAND we don't support lock/unlock */ #ifndef CONFIG_NAND_BOOT #define CONFIG_FASTBOOT_LOCK diff --git a/include/configs/mx7dsabresdandroid.h b/include/configs/mx7dsabresdandroid.h index 199e61014a..e600c8c458 100644 --- a/include/configs/mx7dsabresdandroid.h +++ b/include/configs/mx7dsabresdandroid.h @@ -9,6 +9,8 @@ #define __MX7D_SABRESD_ANDROID_H #include "mx_android_common.h" +#define CONFIG_CMD_FASTBOOT +#define CONFIG_ANDROID_BOOT_IMAGE /* lock/unlock stuff */ #define FASTBOOT_ENCRYPT_LOCK #define CONFIG_FASTBOOT_LOCK diff --git a/include/configs/mx7ulp_evk_android.h b/include/configs/mx7ulp_evk_android.h index a45ec1b2e5..c22c652e12 100644 --- a/include/configs/mx7ulp_evk_android.h +++ b/include/configs/mx7ulp_evk_android.h @@ -9,6 +9,8 @@ #define __MX7ULP_EVK_ANDROID_H #include "mx_android_common.h" +#define CONFIG_CMD_FASTBOOT +#define CONFIG_ANDROID_BOOT_IMAGE #define CONFIG_CMD_FS_GENERIC #define CONFIG_CMD_EXT4 #define CONFIG_CMD_EXT4_WRITE -- 2.17.1