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 /cmd | |
parent | a376702f761be51227bfc8d0ae06722ec40687d8 (diff) | |
download | u-boot-c6cca10b9c29224b62c93e24389751c487b98a7d.zip u-boot-c6cca10b9c29224b62c93e24389751c487b98a7d.tar.gz u-boot-c6cca10b9c29224b62c93e24389751c487b98a7d.tar.bz2 |
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 'cmd')
-rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 04bdbf0..13d4c99 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1824,7 +1824,6 @@ endmenu config CMD_UBI tristate "Enable UBI - Unsorted block images commands" - default y if NAND_SUNXI select CMD_MTDPARTS select CRC32 select MTD_UBI |