diff options
author | Masahiro Yamada | 2018-04-25 18:47:52 +0900 |
---|---|---|
committer | Tom Rini | 2018-04-28 10:42:35 -0400 |
commit | 7325f6cfdcf6cbc4fc5acf706b6cbcc786ae8db5 (patch) | |
tree | e0c9bc76ea30a3f35b551ab08372ad2b8cb91c2d /Kconfig | |
parent | b60cfb6a01a23938245edb9e0910cc11dbeed789 (diff) |
distro: use imply to enable DISTRO_DEFAULTS as SoC default
The default of DISTRO_DEFAULTS is messy. Using the 'imply' keyword
is equivalent and cleaner.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -68,11 +68,6 @@ config CC_COVERAGE config DISTRO_DEFAULTS bool "Select defaults suitable for booting general purpose Linux distributions" - default y if ARCH_SUNXI || TEGRA - default y if ARCH_LS2080A - default y if ARCH_MESON - default y if ARCH_ROCKCHIP - default n imply USE_BOOTCOMMAND select CMD_BOOTZ if ARM && !ARM64 select CMD_BOOTI if ARM64 |