commit | 918e9ebb45a12342c3d65df12ccc78431d6d0b72 | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric.nelson@boundarydevices.com> | Tue Feb 17 11:30:30 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 22 12:14:55 2015 -0400 |
tree | aa04a7815b960d306471fdc1bad47785656b0369 | |
parent | d77447fdb122dab290fb1ad184a62456011e6e06 [diff] |
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>