[PATCH v4] cmd: ubi: add a command to rename volume

Simon Glass sjg at chromium.org
Mon Mar 23 19:42:52 CET 2020


On Mon, 23 Mar 2020 at 12:20, Philippe Reynes
<philippe.reynes at softathome.com> 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 <philippe.reynes at softathome.com>
> ---
>  cmd/Kconfig |  8 ++++++++
>  cmd/ubi.c   | 39 +++++++++++++++++++++++++++++++++++++++
>  2 files changed, 47 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list