commit | 5441b0443dceb08bcbfddeea799a469f0ff39767 | [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 | 70864f6d23148d0e094ee3f5092f29b6de2fc2c8 [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>