Re: [PATCH v2 2/3] cmd: fs: Add command to list supported fs types

2020-03-23 Thread Simon Glass
Hi Neil, On Thu, 19 Mar 2020 at 10:14, Niel Fourie wrote: > > Added command "fstypes" to list supported/included filesystems. > > Signed-off-by: Niel Fourie > CC: Simon Glass > --- > Changes in v2: > - Add Python test > > cmd/fs.c | 11 +++ > fs/fs.c

[PATCH v2 2/3] cmd: fs: Add command to list supported fs types

2020-03-19 Thread Niel Fourie
Added command "fstypes" to list supported/included filesystems. Signed-off-by: Niel Fourie CC: Simon Glass --- Changes in v2: - Add Python test cmd/fs.c | 11 +++ fs/fs.c | 20 include/fs.h