]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: Use map_sysmem() on read
authorSimon Glass <sjg@chromium.org>
Wed, 26 Dec 2012 09:53:32 +0000 (09:53 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Mar 2013 19:19:56 +0000 (14:19 -0500)
commit117e050727d1f76bfc465f23eb3aa10f9f15cc1b
tree13915fdc94fca327e51a8ac923d4d6a43687ba3d
parent2ded0d471912a7d6510899b1858cd9913f12b912
fs: Use map_sysmem() on read

This allows us to use filesystems on sandbox. It has no effect on other
architectures.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
fs/fs.c