On Mon, 23 Mar 2020 at 12:20, Philippe Reynes <[email protected]> wrote: > > This commit adds the command ubi rename to rename an ubi volume. > The format of the command is: ubi rename <oldname> <newname>. > To enable this command, the option CMD_UBI_RENAME must be selected. > > Signed-off-by: Philippe Reynes <[email protected]> > --- > cmd/Kconfig | 8 ++++++++ > cmd/ubi.c | 39 +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 47 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

