summaryrefslogtreecommitdiff
path: root/include/fsl_fastboot.h
diff options
context:
space:
mode:
authorzhang sanshan <sanshan.zhang@nxp.com>2017-10-29 17:02:08 +0800
committerzhang sanshan <sanshan.zhang@nxp.com>2017-10-29 17:42:37 +0800
commit3c15e0065bdf470788390d4af59bf94aea9dedf5 (patch)
treeb855fd88172316943c251bf01afd881040b48be4 /include/fsl_fastboot.h
parent63db26d3da38726f19ac666fff089033c2ba64b5 (diff)
MA-10552-7 [Android] enable A/B system in android
add macro which support A/B boot and AVB. change CONFIG_ANDROID_THINGS_SUPPORT to CONFIG_ANDROID_AB_SUPPORT Change-Id: I08688e7b19ec7b8d71c7adcd298ae2ccc1e309c3 Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
Diffstat (limited to 'include/fsl_fastboot.h')
-rw-r--r--include/fsl_fastboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl_fastboot.h b/include/fsl_fastboot.h
index d4fae833653..43f27bb2345 100644
--- a/include/fsl_fastboot.h
+++ b/include/fsl_fastboot.h
@@ -38,7 +38,7 @@
#define FASTBOOT_MMC_USER_PARTITION_ID 0
#define FASTBOOT_MMC_NONE_PARTITION_ID -1
-#ifdef CONFIG_ANDROID_THINGS_SUPPORT
+#ifdef CONFIG_ANDROID_AB_SUPPORT
#define FASTBOOT_PARTITION_BOOT_A "boot_a"
#define FASTBOOT_PARTITION_RECOVERY "recovery"
#define FASTBOOT_PARTITION_SYSTEM_A "system_a"