Re: [PATCH 4/4] tools: kwbimage: Use IBR_HDR_* constants instead of raw numbers

2021-09-01 Thread Stefan Roese
On 11.08.21 10:14, Pali Rohár wrote: There are already IBR_HDR_* constants for these numbers, so use them. Signed-off-by: Pali Rohár Applied to u-boot-marvell/master Thanks, Stefan --- tools/kwbimage.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff

Re: [PATCH 4/4] tools: kwbimage: Use IBR_HDR_* constants instead of raw numbers

2021-08-11 Thread Stefan Roese
On 11.08.21 10:14, Pali Rohár wrote: There are already IBR_HDR_* constants for these numbers, so use them. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese Thanks, Stefan --- tools/kwbimage.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[PATCH 4/4] tools: kwbimage: Use IBR_HDR_* constants instead of raw numbers

2021-08-11 Thread Pali Rohár
There are already IBR_HDR_* constants for these numbers, so use them. Signed-off-by: Pali Rohár --- tools/kwbimage.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index 5ac34ac5e9c8..c1269fb6633a 100644 ---