summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-04-21 15:27:56 +0300
committerTom Rini <trini@konsulko.com>2020-04-21 15:27:56 +0300
commit94c03c7c772bf7818ea84a092a90beaba1782046 (patch)
treefecc9998150a774554d8d911d4a1914eeb35ad44 /cmd/Kconfig
parenta06375805917a5b48c46724ceef4a1cd04935992 (diff)
parent83f7078b688528f1f5c117e404c056e048970012 (diff)
downloadu-boot-94c03c7c772bf7818ea84a092a90beaba1782046.tar.xz
Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubi
new ubi command for renaming an UBI volume
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index a46c77d69d..95a67e9d02 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2180,6 +2180,14 @@ config CMD_UBI
It is also strongly encouraged to also enable CONFIG_MTD to get full
partition support.
+config CMD_UBI_RENAME
+ bool "Enable rename"
+ depends on CMD_UBI
+ default n
+ help
+ Enable a "ubi" command to rename ubi volume:
+ ubi rename <oldname> <newname>
+
config CMD_UBIFS
tristate "Enable UBIFS - Unsorted block images filesystem commands"
depends on CMD_UBI