]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:43:50 +0000 (14:43 +0200)
commit58ba4b45fc6320a5a56a13d9d1b15758a8e73953
tree0ff24ba4c65b79137bb2034f0846fa7eb21b7500
parent4febccd04958c6ff7dde22be691f4829f72b5d81
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