implement the Android sparse image format

update to provide usable implementation to U-Boot

Signed-off-by: Steve Rae <srae@broadcom.com>
This commit is contained in:
Steve Rae 2014-09-03 10:05:54 -07:00 committed by Tom Rini
parent 1c39d856db
commit e6ca1ad604
3 changed files with 111 additions and 53 deletions

7
include/sparse_defs.h Normal file
View file

@ -0,0 +1,7 @@
/*
* Copyright 2014 Broadcom Corporation.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <linux/types.h>