commit | 44431cabbb66e81a2d77642b6f7d39c6230ea4ba | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Jan 21 19:30:36 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jan 26 00:04:57 2010 +0100 |
tree | 21d0bf6f82d514cde39b19b375ca4d33a37234b7 | |
parent | 8edcde5e4e2e7f6bc7e277011fed71e64fd9d294 [diff] |
gzip/zlib: make features optional If you really want to slim down U-Boot and you would rather use a higher compression scheme (like LZMA), it'd be nice to disable gzip/zlib since these code bases take up a significant amount of space. Signed-off-by: Mike Frysinger <vapier@gentoo.org>