Re: [PATCH 2/3] tools: kwboot: Patch nandpagesize to zero also for v1 image

2021-10-25 Thread Stefan Roese
On 22.10.21 12:37, Pali Rohár wrote: kwbimage v1 has also nandpagesize field. So set it to zero for both image versions when image is not signed. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese Thanks, Stefan --- tools/kwboot.c | 13 ++--- 1 file changed, 6 insertions(+),

[PATCH 2/3] tools: kwboot: Patch nandpagesize to zero also for v1 image

2021-10-22 Thread Pali Rohár
kwbimage v1 has also nandpagesize field. So set it to zero for both image versions when image is not signed. Signed-off-by: Pali Rohár --- tools/kwboot.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tools/kwboot.c b/tools/kwboot.c index