diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-09 15:12:37 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-26 12:24:03 -0400 |
commit | c6cca10b9c29224b62c93e24389751c487b98a7d (patch) | |
tree | 8b2b0460bc3e19a023554e5c9a18977c15d8cc3e /arch/arm | |
parent | a376702f761be51227bfc8d0ae06722ec40687d8 (diff) |
cmd: ubi: change 'default y' for SUNXI to 'imply' in Kconfig
It is not preferred to put SUNXI-specific code in the common place.
Change it to 'imply' property of ARCH_SUNXI.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9f5eaf8591..8a23c76db8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -831,6 +831,7 @@ config ARCH_SUNXI select USE_TINY_PRINTF imply CMD_DM imply CMD_GPT + imply CMD_UBI if NAND imply DISTRO_DEFAULTS imply FAT_WRITE imply OF_LIBFDT_OVERLAY |