From c6cca10b9c29224b62c93e24389751c487b98a7d Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 9 Jul 2018 15:12:37 +0900 Subject: 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 --- cmd/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index 04bdbf0f3b..13d4c991bf 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 -- cgit v1.2.1