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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user