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

2020-04-20 Thread Heiko Schocher
Hello Philippe, Am 23.03.2020 um 19:20 schrieb Philippe Reynes: This commit adds the command ubi rename to rename an ubi volume. The format of the command is: ubi rename . To enable this command, the option CMD_UBI_RENAME must be selected. Signed-off-by: Philippe Reynes --- cmd/Kconfig | 8

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

2020-03-23 Thread Simon Glass
On Mon, 23 Mar 2020 at 12:20, Philippe Reynes wrote: > > This commit adds the command ubi rename to rename an ubi volume. > The format of the command is: ubi rename . > To enable this command, the option CMD_UBI_RENAME must be selected. > > Signed-off-by: Philippe Reynes > --- > cmd/Kconfig |