commit | ab427ae9187698f7070d8770bf47fa6e8f4283d9 | [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 | 7b07f09d9ebd288d53442af864978f2c4e3cd8dc [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>