diff options
author | LiGang <b41990@freescale.com> | 2013-01-09 13:31:27 +0800 |
---|---|---|
committer | LiGang <b41990@freescale.com> | 2013-01-09 13:53:58 +0800 |
commit | 2f9091b8fe4b8931d9289ae0a35abd2f8407db73 (patch) | |
tree | b6924b3dda036daaa812f5930092c6d07c108799 /include | |
parent | 7e5dab8c5310f82637773255d475a9967e38284b (diff) | |
download | u-boot-imx-2f9091b8fe4b8931d9289ae0a35abd2f8407db73.zip u-boot-imx-2f9091b8fe4b8931d9289ae0a35abd2f8407db73.tar.gz u-boot-imx-2f9091b8fe4b8931d9289ae0a35abd2f8407db73.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fastboot.h b/include/fastboot.h index e10c9af..67b99b1 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; |