Re: [U-Boot] [PATCH 1/3] arm: semihosting: staticize internal functions

2014-12-12 Thread Steve Rae
Acked-by: Steve Rae s...@broadcom.com On 14-11-20 02:25 AM, 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

[U-Boot] [PATCH 1/3] arm: semihosting: staticize internal functions

2014-11-20 Thread Linus Walleij
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