From e9d33e73264c61c87a40946abe4d44a2d2e47292 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 5 Feb 2017 10:42:56 +0900 Subject: cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to Kconfig CONFIG_CMD_ZIP is not defined by any board. I am moving CONFIG_CMD_UNZIP to defconfig files except UniPhier SoC family. I am the maintainer of UniPhier platform, so I know "select CMD_UNZIP" is better for this platform. Signed-off-by: Masahiro Yamada Acked-by: Michal Simek Acked-by: Stefan Roese Acked-by: Ryan Harkin Tested-by: Ryan Harkin --- README | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README') diff --git a/README b/README index ecb1710..a3d3ecc 100644 --- a/README +++ b/README @@ -1771,12 +1771,6 @@ The following options need to be configured: can be displayed via the splashscreen support or the bmp command. -- Do compressing 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_GZIP -- cgit v1.1