[iot] Refine Android related configs
authorHaoran Wang <elven.wang@nxp.com>
Wed, 11 Oct 2017 07:44:24 +0000 (15:44 +0800)
committerLuo Ji <ji.luo@nxp.com>
Thu, 25 Jan 2018 11:38:53 +0000 (19:38 +0800)
Refined Android related configs to avoid
duplicated defined macros.

Test: Passed build for all i.MX SoMs.

Merged-In: I0e93bd8173e3a0b9b0601d359950233702729fb3

Change-Id: I0e93bd8173e3a0b9b0601d359950233702729fb3
Signed-off-by: Haoran Wang <elven.wang@nxp.com>
configs/multa-imx7d_defconfig
configs/mx6ul_nxpu_iopb_defconfig
configs/mx6ul_nxpu_iopb_trusty_defconfig
configs/mx6ul_spriot_defconfig
configs/pico-imx6dl_defconfig
configs/pico-imx7d-trusty_defconfig
configs/pico-imx7d_defconfig
configs/picosom-imx6ul-trusty_defconfig
configs/picosom-imx6ul_defconfig
include/configs/mx_android_common.h

index 338feb4..6b4324c 100644 (file)
@@ -31,3 +31,6 @@ CONFIG_DFU_MMC=y
 CONFIG_USB=y
 CONFIG_USB_STORAGE=y
 CONFIG_OF_LIBFDT=y
+CONFIG_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
+CONFIG_CMD_FASTBOOT=y
index 70f36ca..a8d365c 100644 (file)
@@ -2,6 +2,9 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_nxpu_iopb/imximage.cf
 CONFIG_ARM=y
 CONFIG_ARCH_MX6=y
 CONFIG_TARGET_MX6UL_NXPU_IOPB=y
+CONFIG_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_BOOTDELAY=-2
 CONFIG_EFI_PARTITION=y
 CONFIG_BOARD_EARLY_INIT_F=y
index a1cac16..c8e99b4 100644 (file)
@@ -4,6 +4,9 @@ CONFIG_ARCH_MX6=y
 CONFIG_IMX_TRUSTY_OS=y
 CONFIG_AVB_ATX=y
 CONFIG_TARGET_MX6UL_NXPU_IOPB=y
+CONFIG_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_BOOTDELAY=-2
 CONFIG_EFI_PARTITION=y
 CONFIG_BOARD_EARLY_INIT_F=y
index f67fc0d..030437c 100644 (file)
@@ -3,6 +3,9 @@ CONFIG_ARM=y
 CONFIG_ARCH_MX6=y
 CONFIG_MX6UL=y
 CONFIG_TARGET_MX6UL_SPRIOT=y
+CONFIG_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_BOOTDELAY=-2
 CONFIG_EFI_PARTITION=y
 CONFIG_BOARD_EARLY_INIT_F=y
index 5ab4987..09a2123 100755 (executable)
@@ -4,6 +4,9 @@ CONFIG_ARCH_MX6=y
 CONFIG_TARGET_PICO_IMX6DL=y
 CONFIG_SYS_MALLOC_F=y
 CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_BOOTDELAY=-2
 CONFIG_EFI_PARTITION=y
 CONFIG_VIDEO=y
index 3f27a9a..69fcf7d 100644 (file)
@@ -7,6 +7,9 @@ CONFIG_TARGET_PICO_IMX7D=y
 CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
 CONFIG_SYS_MALLOC_F=y
 CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_BOOTDELAY=-2
 CONFIG_EFI_PARTITION=y
 CONFIG_VIDEO=y
index 7e63fec..1842ea9 100644 (file)
@@ -5,6 +5,9 @@ CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
 CONFIG_TARGET_PICO_IMX7D=y
 CONFIG_SYS_MALLOC_F=y
 CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_BOOTDELAY=-2
 CONFIG_EFI_PARTITION=y
 CONFIG_VIDEO=y
index 95ed189..af99c09 100644 (file)
@@ -6,6 +6,9 @@ CONFIG_AVB_ATX=y
 CONFIG_TARGET_PICOSOM_IMX6UL=y
 CONFIG_SYS_MALLOC_F=y
 CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_BOOTDELAY=-2
 CONFIG_EFI_PARTITION=y
 CONFIG_BOARD_EARLY_INIT_F=y
index 0fce71d..c326ab6 100644 (file)
@@ -4,6 +4,9 @@ CONFIG_ARCH_MX6=y
 CONFIG_TARGET_PICOSOM_IMX6UL=y
 CONFIG_SYS_MALLOC_F=y
 CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_BOOTDELAY=-2
 CONFIG_EFI_PARTITION=y
 CONFIG_BOARD_EARLY_INIT_F=y
index f58f21a..6a00ef2 100644 (file)
@@ -23,8 +23,6 @@
 #define CONFIG_G_DNL_MANUFACTURER      "FSL"
 
 #define CONFIG_USB_FUNCTION_FASTBOOT
-#define CONFIG_CMD_FASTBOOT
-#define CONFIG_ANDROID_BOOT_IMAGE
 #define CONFIG_FASTBOOT_FLASH
 
 #define CONFIG_FSL_FASTBOOT