Re: [U-Boot] [PATCH v2 3/6] dfu: mmc: rearrange the code

2019-09-24 Thread Lukasz Majewski
Hi Marek, > Rename functions for bufferred file io operations to make them easier > to understand. Also add missing file offset argument to them > (currently unused). All this is a preparation to remove predefined > file size limit (CONFIG_SYS_DFU_MAX_FILE_SIZE) for DFU read/write > operations. A

[U-Boot] [PATCH v2 3/6] dfu: mmc: rearrange the code

2019-09-24 Thread Marek Szyprowski
Rename functions for bufferred file io operations to make them easier to understand. Also add missing file offset argument to them (currently unused). All this is a preparation to remove predefined file size limit (CONFIG_SYS_DFU_MAX_FILE_SIZE) for DFU read/write operations. Signed-off-by: Marek S