summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLiGang <b41990@freescale.com>2013-01-09 13:31:27 +0800
committerLiGang <b41990@freescale.com>2013-01-09 13:53:58 +0800
commit2f9091b8fe4b8931d9289ae0a35abd2f8407db73 (patch)
treeb6924b3dda036daaa812f5930092c6d07c108799 /include
parent7e5dab8c5310f82637773255d475a9967e38284b (diff)
ENGR00239366: Add support for nand storage in quick fastboot
1. Add more check before writing image to storage 2. Fix failure when using nand storagea Signed-off-by: LiGang <b41990@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/fastboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fastboot.h b/include/fastboot.h
index e10c9af20c..67b99b1518 100644
--- a/include/fastboot.h
+++ b/include/fastboot.h
@@ -334,7 +334,7 @@ void check_fastboot_mode(void);
void fastboot_quick(u8 debug);
void *fastboot_get_string_table(void);
-int fastboot_write_mmc(u8 *partition_name, u32 write_len);
+int fastboot_write_storage(u8 *partition_name, u32 write_len);
void fastboot_dump_memory(u32 *ptr, u32 lEN);
void fastboot_get_ep_num(u8 *in, u8 *out);
extern u8 fastboot_debug_level;