u-boot/fs/fat
Simon Glass e6d5241534 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>
2013-03-04 14:19:56 -05:00
..
Makefile fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 2012-10-29 14:21:19 -07:00
fat.c fs: Move ls and read methods into ext4, fat 2013-03-04 14:19:56 -05:00
fat_write.c FAT: remove ifdefs to make the code more readable 2013-02-04 09:05:47 -05:00
file.c fs/fat: Big code cleanup. 2010-07-24 20:54:46 +02:00