mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-17 03:41:36 +02:00
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>