]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
easylogo: add optional gzip support
authorMike Frysinger <vapier@gentoo.org>
Tue, 30 Dec 2008 08:15:38 +0000 (03:15 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 24 Jan 2009 01:05:22 +0000 (02:05 +0100)
commit24113a44ed5cd3257a0237c3961e121812fca6db
treeed465f0960cc93437d4f3664701c42c44463e8fe
parent7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
easylogo: add optional gzip support

Some images can be quite large, so add an option to compress the
image data with gzip in the U-Boot image. Then at runtime, the
board can decompress it with the normal zlib functions.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
tools/easylogo/easylogo.c