Re: [PATCH u-boot-marvell v3 21/39] tools: kwboot: Patch source address in image header

2021-10-01 Thread Stefan Roese
On 24.09.21 23:06, Marek Behún wrote: From: Pali Rohár Some image types have source address in non-bytes unit; for example for SATA images, it is in 512 B units. We need to multiply by unit size when patching image type to UART. Signed-off-by: Pali Rohár [ refactored ] Signed-off-by: Marek

[PATCH u-boot-marvell v3 21/39] tools: kwboot: Patch source address in image header

2021-09-24 Thread Marek Behún
From: Pali Rohár Some image types have source address in non-bytes unit; for example for SATA images, it is in 512 B units. We need to multiply by unit size when patching image type to UART. Signed-off-by: Pali Rohár [ refactored ] Signed-off-by: Marek Behún --- tools/kwboot.c | 40