diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-21 08:27:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-21 08:27:56 -0400 |
commit | 94c03c7c772bf7818ea84a092a90beaba1782046 (patch) | |
tree | fecc9998150a774554d8d911d4a1914eeb35ad44 /cmd/Kconfig | |
parent | a06375805917a5b48c46724ceef4a1cd04935992 (diff) | |
parent | 83f7078b688528f1f5c117e404c056e048970012 (diff) | |
download | u-boot-94c03c7c772bf7818ea84a092a90beaba1782046.tar.gz |
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/Kconfig | 8 |
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 |