mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
ac6e5fed31
commit
64ece84854
7 changed files with 16 additions and 45 deletions
|
@ -32,4 +32,4 @@ static inline int is_sparse_image(void *buf)
|
|||
}
|
||||
|
||||
int store_sparse_image(sparse_storage_t *storage, void *storage_priv,
|
||||
unsigned int session_id, void *data);
|
||||
void *data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue