commit | a885a542019362db7fb018d18bfdddda8078d57c | [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 | 95f99a474b726ede84e88597c130630f8c7d4ee2 [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>