[U-Boot] [PATCH] cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to Kconfig
Simon Glass
sjg at chromium.org
Mon Feb 6 15:34:25 UTC 2017
On 2 February 2017 at 00:23, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> 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 at socionext.com>
> Acked-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> Changes in v2:
> - Fix a typo in git-log: CMD_ZIP -> CMD_UNZIP
>
> README | 6 ------
> arch/arm/mach-uniphier/Kconfig | 1 +
> cmd/Kconfig | 10 ++++++++++
> configs/brxre1_defconfig | 1 +
> configs/dragonboard410c_defconfig | 1 +
> configs/ethernut5_defconfig | 1 +
> configs/hikey_defconfig | 1 +
> configs/icnova-a20-swac_defconfig | 3 ++-
> configs/vexpress_aemv8a_dram_defconfig | 1 +
> configs/vexpress_aemv8a_juno_defconfig | 1 +
> configs/vexpress_aemv8a_semi_defconfig | 1 +
> configs/xilinx_zynqmp_ep_defconfig | 1 +
> configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 +
> configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 +
> configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | 1 +
> configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig | 1 +
> configs/xilinx_zynqmp_zcu102_defconfig | 1 +
> configs/xilinx_zynqmp_zcu102_revB_defconfig | 1 +
> include/config_cmd_all.h | 1 -
> include/configs/brxre1.h | 1 -
> include/configs/dragonboard410c.h | 1 -
> include/configs/ethernut5.h | 1 -
> include/configs/hikey.h | 1 -
> include/configs/uniphier.h | 4 ----
> include/configs/vexpress_aemv8a.h | 1 -
> include/configs/xilinx_zynqmp.h | 2 --
> 26 files changed, 27 insertions(+), 19 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list