summaryrefslogtreecommitdiffstats
path: root/include/image-sparse.h
diff options
context:
space:
mode:
authorSteve Rae <srae@broadcom.com>2016-06-07 11:19:35 -0700
committerTom Rini <trini@konsulko.com>2016-06-27 16:36:33 -0400
commit64ece84854ae49f40e9b9d4d88502247774f9d2f (patch)
tree5d02749db9a0ef23a4bd25fb66badd054162f3f2 /include/image-sparse.h
parentac6e5fed31ccd1da18b8ef10542c3534bd2dbd38 (diff)
downloadblackbird-obmc-uboot-64ece84854ae49f40e9b9d4d88502247774f9d2f.tar.gz
blackbird-obmc-uboot-64ece84854ae49f40e9b9d4d88502247774f9d2f.zip
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>
Diffstat (limited to 'include/image-sparse.h')
-rw-r--r--include/image-sparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image-sparse.h b/include/image-sparse.h
index 0382f5bd26..a2b0694190 100644
--- a/include/image-sparse.h
+++ b/include/image-sparse.h
@@ -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);
OpenPOWER on IntegriCloud