common: add zip command support

Signed-off-by: Lei Wen <leiwen@marvell.com>
This commit is contained in:
Lei Wen
2012-09-28 04:26:47 +00:00
committed by Tom Rini
parent 88d52c6aff
commit f2b96dfbbc
3 changed files with 67 additions and 0 deletions

6
README
View File

@@ -1483,6 +1483,12 @@ The following options need to be configured:
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