summaryrefslogtreecommitdiff
path: root/configs/vexpress_aemv8a_juno_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-05 01:42:56 (GMT)
committerTom Rini <trini@konsulko.com>2017-02-08 21:24:28 (GMT)
commite9d33e73264c61c87a40946abe4d44a2d2e47292 (patch)
treeb44f93a3ebcf5d045f077113a52801fde056efb0 /configs/vexpress_aemv8a_juno_defconfig
parent1f4f5e52e5afba8c1be15b9f6be187ad016f03e9 (diff)
downloadu-boot-fsl-qoriq-e9d33e73264c61c87a40946abe4d44a2d2e47292.tar.xz
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/vexpress_aemv8a_juno_defconfig')
-rw-r--r--configs/vexpress_aemv8a_juno_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vexpress_aemv8a_juno_defconfig b/configs/vexpress_aemv8a_juno_defconfig
index 2267362..537301c 100644
--- a/configs/vexpress_aemv8a_juno_defconfig
+++ b/configs/vexpress_aemv8a_juno_defconfig
@@ -14,6 +14,7 @@ CONFIG_SYS_PROMPT="VExpress64# "
# CONFIG_CMD_EDITENV is not set
# CONFIG_CMD_ENV_EXISTS is not set
CONFIG_CMD_MEMTEST=y
+CONFIG_CMD_UNZIP=y
# CONFIG_CMD_LOADS is not set
CONFIG_CMD_ARMFLASH=y
# CONFIG_CMD_FPGA is not set