From: Karl Beldan <karl.beldan@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/5] cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS
Date: Wed, 12 Jul 2017 16:11:46 +0000 [thread overview]
Message-ID: <20170712161147.28614-4-karl.beldan@gmail.com> (raw)
In-Reply-To: <20170712161147.28614-1-karl.beldan@gmail.com>
From: Karl Beldan <karl.beldan-ext@sagemcom.com>
Many configs still define CMD_MTDPARTS in their non-Kconfig but
CMD_MTDPARTS has now moved to Kconfig.
Signed-off-by: Karl Beldan <karl.beldan-ext@sagemcom.com>
---
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
next prev parent reply other threads:[~2017-07-12 16:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-12 16:11 [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency Karl Beldan
2017-07-12 16:11 ` [U-Boot] [PATCH 2/5] cmd: Kconfig: Fix a dependency of CMD_MTDPARTS Karl Beldan
2017-07-12 18:14 ` Tom Rini
2017-07-25 0:44 ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 3/5] ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS Karl Beldan
2017-07-12 18:14 ` Tom Rini
2017-07-25 0:44 ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` Karl Beldan [this message]
2017-07-12 18:14 ` [U-Boot] [PATCH 4/5] cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS Tom Rini
2017-07-25 0:45 ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 5/5] cmd: Kconfig: Fix CMD_UBIFS dependencies Karl Beldan
2017-07-12 18:14 ` Tom Rini
2017-07-25 0:45 ` [U-Boot] [U-Boot,5/5] " Tom Rini
2017-07-12 18:13 ` [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency Tom Rini
2017-07-25 0:44 ` [U-Boot] [U-Boot, " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170712161147.28614-4-karl.beldan@gmail.com \
--to=karl.beldan@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox