On Mon, Dec 15, 2014 at 11:05:43AM +0100, Linus Walleij wrote:

> The semihosting code exposes internal file handle handling
> functions to read(), open(), close() and get the length of
> a certain file handle.
> 
> However the code using it is only interested in either
> reading and entire named file into memory or getting the
> file length of a file referred by name. No file handles
> are used.
> 
> Thus make the file handle code internal to this file by
> removing these functions from the semihosting header file
> and staticize them.
> 
> This gives us some freedom to rearrange the semihosting
> code without affecting the external interface.
> 
> Cc: Darwin Rambo <dra...@broadcom.com>
> Cc: AKASHI Takahiro <takahiro.aka...@linaro.org>
> Cc: Mark Hambleton <mark.hamble...@arm.com>
> Cc: Tom Rini <tr...@ti.com>
> Acked-by: Steve Rae <s...@broadcom.com>
> Signed-off-by: Linus Walleij <linus.wall...@linaro.org>

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