Re: [PATCH v2] cmd: ubi: add a command to swap volumes

2021-09-28 Thread Wolfgang Denk
Dear Ayoub, In message <20210909115257.14147-1-ayoub.z...@embexus.com> you wrote: > This commit adds the command ubi swap to swap an ubi volumes. > The format of the command is: ubi swap . > To enable this command, the option CMD_UBI_SWAPVOL must be selected. May I ask what this command is good

Re: [PATCH v2] cmd: ubi: add a command to swap volumes

2021-09-28 Thread Heiko Schocher
Hello Ayoub, On 09.09.21 13:52, Ayoub Zaki wrote: > This commit adds the command ubi swap to swap an ubi volumes. > The format of the command is: ubi swap . > To enable this command, the option CMD_UBI_SWAPVOL must be selected. > --- > cmd/Kconfig | 8 > cmd/ubi.c | 54