mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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