Re: [U-Boot] [PATCH 06/10] dfu: mmc: buffer file reads too

2015-09-08 Thread Lukasz Majewski
Hi Stephen, > From: Stephen Warren > > When writing to files in a filesystem on MMC, dfu_mmc.c buffers up the > entire file content until the end of the transaction, at which point > the file is written in one go. This allows writing files larger than > the USB transfer size (CONFIG_SYS_DFU_DATA

[U-Boot] [PATCH 06/10] dfu: mmc: buffer file reads too

2015-09-04 Thread Stephen Warren
From: Stephen Warren When writing to files in a filesystem on MMC, dfu_mmc.c buffers up the entire file content until the end of the transaction, at which point the file is written in one go. This allows writing files larger than the USB transfer size (CONFIG_SYS_DFU_DATA_BUF_SIZE); the maximum w