commit | f2b96dfbbcd0636e31ebf26bfa9ca91c656660d2 | [log] [tgz] |
---|---|---|
author | Lei Wen <adrian.wenl@gmail.com> | Fri Sep 28 04:26:47 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Sat Sep 29 07:26:09 2012 -0700 |
tree | 7b8237616ed9287533d2c5892474168bc7bf553a | |
parent | 88d52c6affa69971caad651e26dcac88a1484a4b [diff] [blame] |
common: add zip command support Signed-off-by: Lei Wen <leiwen@marvell.com>
diff --git a/README b/README index a745d0b..af76b0c 100644 --- a/README +++ b/README
@@ -1483,6 +1483,12 @@ can be displayed via the splashscreen support or the bmp command. +- Do compresssing for memory range: + CONFIG_CMD_ZIP + + If this option is set, it would use zlib deflate method + to compress the specified memory at its best effort. + - Compression support: CONFIG_BZIP2