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 --- include/configs/ethernut5.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ethernut5.h') diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index a3c40d68aa..55d65ef7e8 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -95,7 +95,6 @@ #define CONFIG_CMD_REISER #define CONFIG_CMD_SAVES #define CONFIG_CMD_UBIFS -#define CONFIG_CMD_UNZIP #endif /* NAND flash */ -- cgit v1.2.1