1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

fastboot: sparse: remove session-id logic

This "session-id" alogrithm is not required, and currently corrupts
the stored image whenever more the one "session" is required.

Signed-off-by: Steve Rae <srae@broadcom.com>
This commit is contained in:
Steve Rae
2016-06-07 11:19:35 -07:00
committed by Tom Rini
parent ac6e5fed31
commit 64ece84854
7 changed files with 16 additions and 45 deletions

View File

@@ -5,7 +5,6 @@
* SPDX-License-Identifier: GPL-2.0+
*/
void fb_nand_flash_write(const char *cmd, unsigned int session_id,
void *download_buffer, unsigned int download_bytes,
char *response);
void fb_nand_flash_write(const char *cmd, void *download_buffer,
unsigned int download_bytes, char *response);
void fb_nand_erase(const char *cmd, char *response);