projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8dc5a0
)
cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS
author
Karl Beldan
<karl.beldan-ext@sagemcom.com>
Wed, 12 Jul 2017 16:11:46 +0000
(16:11 +0000)
committer
Tom Rini
<trini@konsulko.com>
Mon, 24 Jul 2017 11:33:34 +0000
(07:33 -0400)
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>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index 87ee2ea613f0b54120c205057ec06b4543ddfb71..92576f57348facdc94838050916026297eeb92a1 100644
(file)
--- 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