mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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:
parent
1c39d856db
commit
e6ca1ad604
3 changed files with 111 additions and 53 deletions
7
include/sparse_defs.h
Normal file
7
include/sparse_defs.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright 2014 Broadcom Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#include <linux/types.h>
|
Loading…
Add table
Add a link
Reference in a new issue