Re: [PATCH v1 1/6] ubi: allow to read from volume with offset

2024-03-22 Thread Heiko Schocher
Hello Alexey, On 06.03.24 14:49, Alexey Romanov wrote: Now user can pass an additional parameter 'offset' to ubi_volume_read() function. Signed-off-by: Alexey Romanov --- cmd/ubi.c | 6 +++--- env/ubi.c | 6 +++--- include/ubi_uboot.h | 2 +- 3 files changed, 7 inserti

[PATCH v1 1/6] ubi: allow to read from volume with offset

2024-03-06 Thread Alexey Romanov
Now user can pass an additional parameter 'offset' to ubi_volume_read() function. Signed-off-by: Alexey Romanov --- cmd/ubi.c | 6 +++--- env/ubi.c | 6 +++--- include/ubi_uboot.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/ubi.c b/cmd/ubi.c ind