1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

usb/gadget: fastboot: add eMMC support for flash command

- add support for 'fastboot flash' command for eMMC devices

Signed-off-by: Steve Rae <srae@broadcom.com>
This commit is contained in:
Steve Rae
2014-08-26 11:47:27 -07:00
committed by Tom Rini
parent 7172de33b0
commit c0aebb3382
3 changed files with 93 additions and 0 deletions

8
include/fb_mmc.h Normal file
View File

@@ -0,0 +1,8 @@
/*
* Copyright 2014 Broadcom Corporation.
*
* SPDX-License-Identifier: GPL-2.0+
*/
void fb_mmc_flash_write(const char *cmd, void *download_buffer,
unsigned int download_bytes, char *response);