u-boot-brain/fs
Simon Glass 80e44cfe10 fs: Kconfig: Add a separate option for FS_CRAMFS
Rather than using CMD_CRAMFS for both the filesystem and its command, we
should have a separate option for each. This allows us to enable CRAMFS
support without the command, if desired, which reduces U-Boot's size
slightly.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: imply FS_CRAMFS for keymile]
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-04-30 13:40:59 -04:00
..
cbfs fs: Kconfig: Add a separate config for FS_CBFS 2017-04-30 13:40:57 -04:00
cramfs fs: Kconfig: Add a separate option for FS_CRAMFS 2017-04-30 13:40:59 -04:00
ext4 ext4: Fix comparision of unsigned expression with < 0 2017-04-27 16:49:09 -04:00
fat fs/fat: Fix unaligned __u16 reads for FAT12 access 2017-01-28 14:04:51 -05:00
jffs2 treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
reiserfs dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
sandbox sandboxfs: Fix resource leak 2016-12-02 10:37:47 -07:00
ubifs Fix spelling of "multiple". 2016-10-31 10:13:16 -04:00
yaffs2 yaffs2: remove redundant condition 2017-04-18 10:29:22 -04:00
zfs dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
fs.c dm: blk: Rename get_device_and_partition() 2016-03-14 15:34:50 -06:00
Kconfig fs: Kconfig: Add a separate config for FS_CBFS 2017-04-30 13:40:57 -04:00
Makefile fs: Kconfig: Add a separate config for FS_CBFS 2017-04-30 13:40:57 -04:00