On Wed, Aug 05, 2015 at 05:16:58PM +0200, Marcel Ziswiler wrote:

> From: Max Krummenacher <max.krummenac...@toradex.com>
> 
> http://lists.denx.de/pipermail/u-boot/2012-September/134347.html
> allows for reading files in chunks from the shell.
> 
> When this feature is used to read past the end of a file an error
> was returned instead of returning the bytes read up to the end of
> file. Thus the following fails in the shell:
> 
> offset = 0
> len = chunksize
> do
>       read file, offset, len
>       write data
> until bytes_read < len
> 
> The patch changes the behaviour to printing an informational
> message and returning the actual read number of bytes aka read(2)
> behaviour for convenient use in U-Boot scripts.
> 
> Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com>
> Signed-off-by: Marcel Ziswiler <marcel.ziswi...@toradex.com>
> Acked-by: Marek Vasut <ma...@denx.de>
> Signed-off-by: Stefan Agner <stefan.ag...@toradex.com>
> Signed-off-by: Marcel Ziswiler <marcel.ziswi...@toradex.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to