]> Git Repo - J-u-boot.git/commit - lib/gunzip.c
gunzip: add gzwrite routine for extracting compresed images to block device
authorEric Nelson <[email protected]>
Tue, 17 Feb 2015 18:30:30 +0000 (11:30 -0700)
committerTom Rini <[email protected]>
Wed, 22 Apr 2015 16:14:55 +0000 (12:14 -0400)
commit918e9ebb45a12342c3d65df12ccc78431d6d0b72
treeaa04a7815b960d306471fdc1bad47785656b0369
parentd77447fdb122dab290fb1ad184a62456011e6e06
gunzip: add gzwrite routine for extracting compresed images to block device

Initial filesystem images are generally highly compressible.

Add a routine gzwrite that allows gzip-compressed images to be
written to block devices.

Signed-off-by: Eric Nelson <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
include/common.h
lib/gunzip.c
This page took 0.034868 seconds and 4 git commands to generate.