From f2b96dfbbcd0636e31ebf26bfa9ca91c656660d2 Mon Sep 17 00:00:00 2001 From: Lei Wen Date: Fri, 28 Sep 2012 04:26:47 +0000 Subject: common: add zip command support Signed-off-by: Lei Wen --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index a745d0b..af76b0c 100644 --- a/README +++ b/README @@ -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 -- cgit v1.1