summaryrefslogtreecommitdiff
path: root/include/fsl_fastboot.h
diff options
context:
space:
mode:
authorzhang sanshan <b51434@freescale.com>2016-04-14 12:06:34 +0800
committerfang hui <hui.fang@freescale.com>2016-04-29 10:00:59 +0800
commit4fe36fa14e5d76717927e676d30de99bd4544ab4 (patch)
treeb667d3847c32b82570de4bde1a9ca1fd9b2f404d /include/fsl_fastboot.h
parent998d8cc04add25c0fb4b11351097ca00de6de8f7 (diff)
downloadu-boot-imx-4fe36fa14e5d76717927e676d30de99bd4544ab4.zip
u-boot-imx-4fe36fa14e5d76717927e676d30de99bd4544ab4.tar.gz
u-boot-imx-4fe36fa14e5d76717927e676d30de99bd4544ab4.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/fsl_fastboot.h')
-rw-r--r--include/fsl_fastboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_fastboot.h b/include/fsl_fastboot.h
index 56ffdd0..8301f33 100644
--- a/include/fsl_fastboot.h
+++ b/include/fsl_fastboot.h
@@ -158,6 +158,7 @@ void fastboot_flash_dump_ptn(void);
/* Check the board special boot mode reboot to fastboot mode. */
int fastboot_check_and_clean_flag(void);
+int fastboot_check_and_clean_command(void);
/* Set the flag which reboot to fastboot mode*/
void fastboot_enable_flag(void);