cmd: fs: Add command to list supported fs types
authorNiel Fourie <lusus@denx.de>
Tue, 24 Mar 2020 15:17:04 +0000 (16:17 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jul 2020 19:36:59 +0000 (15:36 -0400)
commit2280fa56a00a63bbabc2076330367ec2863a474b
tree73e2b27ac85de642194f505371fa493169b65281
parent0ffdfbd1d0eca769878913d15f232c9219cf2aa1
cmd: fs: Add command to list supported fs types

Added command "fstypes" to list supported/included filesystems.

Signed-off-by: Niel Fourie <lusus@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: Limit to sandbox]
Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/fs.c
fs/fs.c
include/fs.h
test/py/tests/test_fs/test_fs_cmd.py [new file with mode: 0644]