Re: [PATCH v2 3/3] rockchip: mkimage: fix wrong range of rc4 encoding for boot image

2019-12-12 Thread Kever Yang
On 2019/12/5 下午6:58, Jeffy Chen wrote: The rc4 encoding should cover spl header as well, and the file_size contains spl header too. Signed-off-by: Jeffy Chen Reviewed-by: Kever Yang Thanks, - Kever --- Changes in v2: None tools/rkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 dele

[PATCH v2 3/3] rockchip: mkimage: fix wrong range of rc4 encoding for boot image

2019-12-05 Thread Jeffy Chen
The rc4 encoding should cover spl header as well, and the file_size contains spl header too. Signed-off-by: Jeffy Chen --- Changes in v2: None tools/rkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rkimage.c b/tools/rkimage.c index ae50de55c9..1c5540b1c3 1006