]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to Kconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 5 Feb 2017 01:42:56 +0000 (10:42 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 8 Feb 2017 21:24:28 +0000 (16:24 -0500)
commite9d33e73264c61c87a40946abe4d44a2d2e47292
treeb44f93a3ebcf5d045f077113a52801fde056efb0
parent1f4f5e52e5afba8c1be15b9f6be187ad016f03e9
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 <yamada.masahiro@socionext.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Ryan Harkin <ryan.harkin@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
26 files changed:
README
arch/arm/mach-uniphier/Kconfig
cmd/Kconfig
configs/brxre1_defconfig
configs/dragonboard410c_defconfig
configs/ethernut5_defconfig
configs/hikey_defconfig
configs/icnova-a20-swac_defconfig
configs/vexpress_aemv8a_dram_defconfig
configs/vexpress_aemv8a_juno_defconfig
configs/vexpress_aemv8a_semi_defconfig
configs/xilinx_zynqmp_ep_defconfig
configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig
configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
configs/xilinx_zynqmp_zcu102_defconfig
configs/xilinx_zynqmp_zcu102_revB_defconfig
include/config_cmd_all.h
include/configs/brxre1.h
include/configs/dragonboard410c.h
include/configs/ethernut5.h
include/configs/hikey.h
include/configs/uniphier.h
include/configs/vexpress_aemv8a.h
include/configs/xilinx_zynqmp.h