diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-05 10:42:56 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-08 16:24:28 -0500 |
commit | e9d33e73264c61c87a40946abe4d44a2d2e47292 (patch) | |
tree | b44f93a3ebcf5d045f077113a52801fde056efb0 /configs/icnova-a20-swac_defconfig | |
parent | 1f4f5e52e5afba8c1be15b9f6be187ad016f03e9 (diff) | |
download | u-boot-e9d33e73264c61c87a40946abe4d44a2d2e47292.tar.gz |
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>
Diffstat (limited to 'configs/icnova-a20-swac_defconfig')
-rw-r--r-- | configs/icnova-a20-swac_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/icnova-a20-swac_defconfig b/configs/icnova-a20-swac_defconfig index 567eb9b592..5ef0e47b4e 100644 --- a/configs/icnova-a20-swac_defconfig +++ b/configs/icnova-a20-swac_defconfig @@ -13,9 +13,10 @@ CONFIG_VIDEO_LCD_POWER="PH22" CONFIG_VIDEO_LCD_PANEL_LVDS=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-icnova-swac" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,CMD_BMP,CMD_UNZIP" +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,CMD_BMP" CONFIG_SPL=y # CONFIG_CMD_IMLS is not set +CONFIG_CMD_UNZIP=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set # CONFIG_SPL_DOS_PARTITION is not set |