cmd: avb: Fix requested partitions list
[oweals/u-boot.git] / include / fb_mmc.h
index fd5db9eac8753b8e526036a65bb610d162ea4780..95db001beee4afdf0e63bfdb5d20fab6ba9cd604 100644 (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);
 
 /**