diff options
author | Ye.Li <B37916@freescale.com> | 2015-07-09 13:55:39 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-07-13 15:11:34 +0800 |
commit | 7dc4e15242ee6bcf27513909d1b6b37b2493a3d4 (patch) | |
tree | 71c1e667c7cbb5a93522c4d72d71156852016942 /include/configs/mx7dsabresdandroid.h | |
parent | 80088504c8151eb7a3d8283bce0ad645eeb636f2 (diff) | |
download | u-boot-imx-7dc4e15242ee6bcf27513909d1b6b37b2493a3d4.zip u-boot-imx-7dc4e15242ee6bcf27513909d1b6b37b2493a3d4.tar.gz u-boot-imx-7dc4e15242ee6bcf27513909d1b6b37b2493a3d4.tar.bz2 |
MLK-11228-3 android: Add "data" partition in fastboot
Enable fastboot command "fastboot flash data"
Custom may need to update data partition in fastboot mode.
This patch enable flash data partition in emmc\sd.
Signed-off-by: Zhang Sanshan <b51434@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx7dsabresdandroid.h')
-rw-r--r-- | include/configs/mx7dsabresdandroid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx7dsabresdandroid.h b/include/configs/mx7dsabresdandroid.h index cbcc173..3ced17f 100644 --- a/include/configs/mx7dsabresdandroid.h +++ b/include/configs/mx7dsabresdandroid.h @@ -35,6 +35,7 @@ #define CONFIG_ANDROID_SYSTEM_PARTITION_MMC 5 #define CONFIG_ANDROID_RECOVERY_PARTITION_MMC 2 #define CONFIG_ANDROID_CACHE_PARTITION_MMC 6 +#define CONFIG_ANDROID_DATA_PARTITION_MMC 4 #define CONFIG_CMD_BOOTA #define CONFIG_SUPPORT_RAW_INITRD |