From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Beldan Date: Wed, 12 Jul 2017 16:11:46 +0000 Subject: [U-Boot] [PATCH 4/5] cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS In-Reply-To: <20170712161147.28614-1-karl.beldan@gmail.com> References: <20170712161147.28614-1-karl.beldan@gmail.com> Message-ID: <20170712161147.28614-4-karl.beldan@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Karl Beldan Many configs still define CMD_MTDPARTS in their non-Kconfig but CMD_MTDPARTS has now moved to Kconfig. Signed-off-by: Karl Beldan --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.13.0