diff options
author | zhang sanshan <b51434@freescale.com> | 2016-04-14 12:06:34 +0800 |
---|---|---|
committer | zhang sanshan <b51434@freescale.com> | 2016-04-14 15:24:14 +0800 |
commit | a9289e4c1bfa8af172a77f24410fa0fc4276cf61 (patch) | |
tree | 56276041230e17970a85502798048dbf12190a13 /include/configs/mx6sabreandroid_common.h | |
parent | 79d4702dd9366e478611a199ea9b7f2c2fb2bf45 (diff) | |
download | u-boot-imx-a9289e4c1bfa8af172a77f24410fa0fc4276cf61.zip u-boot-imx-a9289e4c1bfa8af172a77f24410fa0fc4276cf61.tar.gz u-boot-imx-a9289e4c1bfa8af172a77f24410fa0fc4276cf61.tar.bz2 |
MA-7633-1 [Android-SD-EMMC] enable BCB partition in android
1 Add some APIs to operate BCB/command.
2 Add action to check the command of BCB.
It can cover the case that power down when do factory-reset\ota in recovery mode.
Signed-off-by: zhang sanshan <b51434@freescale.com>
Diffstat (limited to 'include/configs/mx6sabreandroid_common.h')
-rw-r--r-- | include/configs/mx6sabreandroid_common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx6sabreandroid_common.h b/include/configs/mx6sabreandroid_common.h index d2be182..ae23923 100644 --- a/include/configs/mx6sabreandroid_common.h +++ b/include/configs/mx6sabreandroid_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2015 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2013-2016 Freescale Semiconductor, Inc. All Rights Reserved. * * SPDX-License-Identifier: GPL-2.0+ */ @@ -22,6 +22,8 @@ #define CONFIG_G_DNL_MANUFACTURER "FSL" #define CONFIG_CMD_FASTBOOT +#define CONFIG_CMD_READ +#define CONFIG_BCB_SUPPORT #define CONFIG_ANDROID_BOOT_IMAGE #define CONFIG_FASTBOOT_FLASH @@ -42,6 +44,7 @@ #define CONFIG_ANDROID_RECOVERY_PARTITION_MMC 2 #define CONFIG_ANDROID_CACHE_PARTITION_MMC 6 #define CONFIG_ANDROID_DATA_PARTITION_MMC 4 +#define CONFIG_ANDROID_MISC_PARTITION_MMC 8 #if defined(CONFIG_FASTBOOT_STORAGE_NAND) #define ANDROID_FASTBOOT_NAND_PARTS "16m@64m(boot) 16m@80m(recovery) 810m@96m(android_root)ubifs" |