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 <[email protected]> > Cc: AKASHI Takahiro <[email protected]> > Cc: Mark Hambleton <[email protected]> > Cc: Tom Rini <[email protected]> > Acked-by: Steve Rae <[email protected]> > Signed-off-by: Linus Walleij <[email protected]>
Applied to u-boot/master, thanks! -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

