]> git.ipfire.org Git - people/ms/u-boot.git/commit
fs: Kconfig: Add a separate option for FS_JFFS2
authorSimon Glass <sjg@chromium.org>
Wed, 17 May 2017 09:25:38 +0000 (03:25 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 22 May 2017 16:45:31 +0000 (12:45 -0400)
commit59e12a4a8c219c4a334a2c2023edd1aa20f82a9e
tree2d4f9346e3234cdc6b2d122631134f6448658d74
parentb8682a7fcf69344ac5a2d57c75f9c93bfdc93142
fs: Kconfig: Add a separate option for FS_JFFS2

Rather than using CMD_JFFS2 for both the filesystem and its command, we
should have a separate option for each. This allows us to enable JFFS2
support without the command, if desired, which reduces U-Boot's size
slightly.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/cramfs.c
doc/README.JFFS2
fs/Makefile
fs/jffs2/Kconfig