diff options
| author | Masahiro Yamada <[email protected]> | 2017-02-05 10:42:56 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-02-08 16:24:28 -0500 |
| commit | e9d33e73264c61c87a40946abe4d44a2d2e47292 (patch) | |
| tree | b44f93a3ebcf5d045f077113a52801fde056efb0 /arch | |
| parent | 1f4f5e52e5afba8c1be15b9f6be187ad016f03e9 (diff) | |
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 <[email protected]>
Acked-by: Michal Simek <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Acked-by: Ryan Harkin <[email protected]>
Tested-by: Ryan Harkin <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-uniphier/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig index cd9ba6ba9e6..5739325da71 100644 --- a/arch/arm/mach-uniphier/Kconfig +++ b/arch/arm/mach-uniphier/Kconfig @@ -13,6 +13,7 @@ config ARCH_UNIPHIER_32BIT config ARCH_UNIPHIER_64BIT bool select ARM64 + select CMD_UNZIP select SPL_SEPARATE_BSS if SPL select ARMV8_MULTIENTRY if SPL select ARMV8_SPIN_TABLE if SPL |
