commit | 24113a44ed5cd3257a0237c3961e121812fca6db | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Dec 30 03:15:38 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jan 24 02:05:22 2009 +0100 |
tree | ed465f0960cc93437d4f3664701c42c44463e8fe | |
parent | 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c [diff] |
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>