From: Karl Beldan Date: Wed, 12 Jul 2017 16:11:46 +0000 (+0000) Subject: cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS X-Git-Tag: v2017.09-rc1~136 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=22cf953a407a8e44746de121a5ab2a78e8e3f24c;p=u-boot cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS Many configs still define CMD_MTDPARTS in their non-Kconfig but CMD_MTDPARTS has now moved to Kconfig. Signed-off-by: Karl Beldan Reviewed-by: Tom Rini --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 87ee2ea613..92576f5734 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1255,6 +1255,7 @@ config CMD_UBI tristate "Enable UBI - Unsorted block images commands" select CRC32 select MTD_UBI + select CMD_MTDPARTS default y if NAND_SUNXI help UBI is a software layer above MTD layer which admits use of LVM-like