]> git.sur5r.net Git - u-boot/commit
gunzip: add gzwrite routine for extracting compresed images to block device
authorEric Nelson <eric.nelson@boundarydevices.com>
Tue, 17 Feb 2015 18:30:30 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
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 <eric.nelson@boundarydevices.com>
Reviewed-by: Tom Rini <trini@ti.com>
include/common.h
lib/gunzip.c