Merge branch 'master' of git://git.denx.de/u-boot-usb

- Assorted gadget fixes
This commit is contained in:
Tom Rini
2019-06-17 11:27:21 -04:00
8 changed files with 101 additions and 35 deletions

View File

@@ -14,7 +14,8 @@
* @part_info: Pointer to returned disk_partition_t
* @response: Pointer to fastboot response buffer
*/
int fastboot_mmc_get_part_info(char *part_name, struct blk_desc **dev_desc,
int fastboot_mmc_get_part_info(const char *part_name,
struct blk_desc **dev_desc,
disk_partition_t *part_info, char *response);
/**

View File

@@ -16,8 +16,8 @@
* @part_info: Pointer to returned part_info pointer
* @response: Pointer to fastboot response buffer
*/
int fastboot_nand_get_part_info(char *part_name, struct part_info **part_info,
char *response);
int fastboot_nand_get_part_info(const char *part_name,
struct part_info **part_info, char *response);
/**
* fastboot_nand_flash_write() - Write image to NAND for fastboot