Re: [U-Boot] [PATCH 05/11] fs: Use map_sysmem() on read

2013-03-01 Thread Tom Rini
On Wed, Dec 26, 2012 at 11:53:32AM -0800, Simon Glass wrote: > This allows us to use filesystems on sandbox. It has no effect on other > architectures. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH 05/11] fs: Use map_sysmem() on read

2012-12-26 Thread Simon Glass
This allows us to use filesystems on sandbox. It has no effect on other architectures. Signed-off-by: Simon Glass --- fs/fs.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/fs/fs.c b/fs/fs.c index 3561727..0cbec99 100644 --- a/fs/fs.c +++ b/fs/fs.