
18 Jan
2022
18 Jan
'22
6:39 p.m.
On Tue, Nov 16, 2021 at 08:30:12AM +0800, qianfanguijin@qq.com wrote:
From: qianfan Zhao qianfanguijin@163.com
Fix fastboot flash bug.
If the downloading file size is equal to the partition size, "fastboot flash" can't work, at least in sunxi platform, because used an uninitalized point: ep->desc.
This patch also fixed 'data abort' bug in am335x platform.
Reproduce: fastboot flash loader1 spl/sunxi-spl.bin.
Signed-off-by: qianfan Zhao qianfanguijin@163.com Reviewed-by: Sean Anderson seanga2@gmail.com
Applied to u-boot/master, thanks!
--
Tom