
1 Oct
2020
1 Oct
'20
4:09 p.m.
On Tue, Aug 25, 2020 at 10:26:37AM +0800, Ley Foon Tan wrote:
When load the last block, the "len" might not be a block size. This cause loading the incorrect last block data.
The fix change "len" to tftp_block_size and minus one tftp_block_size for offset calculation.
Use same offset calculation formula as in store_block().
Signed-off-by: Ley Foon Tan ley.foon.tan@intel.com Reviewed-By: Ramon Fried rfried.dev@gmail.com
Applied to u-boot/next, thanks!
--
Tom