On Wed, Dec 26, 2012 at 11:53:34AM -0800, Simon Glass wrote: > This implementation uses opendir()/readdir() to access the directory > information and then puts it in a linked list for the caller's use. > > Signed-off-by: Simon Glass <[email protected]> > --- > arch/sandbox/cpu/os.c | 101 > +++++++++++++++++++++++++++++++++++++++++++++++++ > include/os.h | 48 +++++++++++++++++++++++ > 2 files changed, 149 insertions(+), 0 deletions(-)
Since the code looks fine, Reviewed-by: Tom Rini <[email protected]> But a question. Do you really want this in cpu/os.c rather than some new file for filesystem stuff (since this is the arch side of sandboxfs) ? I can see you saying it should stay here since it's all OS interaction related stuff. -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

