commit | 7a32b98dacfa2da6dace2ae1d9eff08932eec61a | [log] [tgz] |
---|---|---|
author | Lei Wen <adrian.wenl@gmail.com> | Fri Sep 28 04:26:44 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Sat Sep 29 07:26:08 2012 -0700 |
tree | 2a3b21801bfed546dcfdb8b3c3417ed5348b184d | |
parent | e9a128d8e907071d45f08c878ddacc6362554eee [diff] |
lib: zlib: include deflate into zlib build Add a new config CONFIG_GZIP_ENABLED, if enabled, the uboot bin would include zlib's deflate method which could be used for compressing. Signed-off-by: Lei Wen <leiwen@marvell.com>