Merge branch 'master' of git://git.denx.de/u-boot-usb
- Assorted gadget fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user