]> code.ossystems Code Review - bsp/u-boot.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)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Apr 2015 19:23:08 +0000 (16:23 -0300)
commit5b9f6a3249085233dba0334579423fdf7c50b37f
treec5cfe53017abcfeba3bec902c1ea69f353a24c09
parent120aea5f3f6f41c2f278cbfe829ae4ceb225e44f
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