]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/fb_mmc.h
bootstage: Support SPL
[people/ms/u-boot.git] / include / fb_mmc.h
index 978a1395a185a31b5be5646f6d3042b8ac3d22fa..12b99cb5eeeb2053db3194d1f8882807bbfe9a70 100644 (file)
@@ -4,7 +4,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-void fb_mmc_flash_write(const char *cmd, unsigned int session_id,
-                       void *download_buffer, unsigned int download_bytes,
-                       char *response);
-void fb_mmc_erase(const char *cmd, char *response);
+void fb_mmc_flash_write(const char *cmd, void *download_buffer,
+                       unsigned int download_bytes);
+void fb_mmc_erase(const char *cmd);