summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorKarl Beldan <karl.beldan-ext@sagemcom.com>2017-07-12 16:11:46 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-24 11:33:34 (GMT)
commit22cf953a407a8e44746de121a5ab2a78e8e3f24c (patch)
treec8de09e09277353e9c62b2c492cd7016033db47f /cmd
parentf8dc5a0f9b4faf6b9633e1d128885eee0f792a2b (diff)
downloadu-boot-fsl-qoriq-22cf953a407a8e44746de121a5ab2a78e8e3f24c.tar.xz
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 <karl.beldan-ext@sagemcom.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 87ee2ea..92576f5 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