commit | 19e385872e8de2107de98b5d75941a92755150a2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 26 09:53:33 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 04 14:19:56 2013 -0500 |
tree | dc41035f0255983ce66fffb147ffc69a6aaeaae4 | |
parent | cbe5d5dbf1939f07fd3d3eebe8fff184f37792f1 [diff] |
fs: Move ls and read methods into ext4, fat It doesn't make a lot of sense to have these methods in fs.c. They are filesystem-specific, not generic code. Add each to the relevant filesystem and remove the associated #ifdefs in fs.c. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>