Commit 16f4d9335fe18cf3b57e400baf7687f1c390fd8c

Authored by Stephen Warren
Committed by Tom Rini
1 parent c4d376fd1c

README: document CONFIG_CMD_FS_GENERIC

This enables generic filesystem commands such as load and ls, which
automatically work with multiple filesystem types, without having to
be told which is present, unlike e.g. ext2load, fatls.

Signed-off-by: Stephen Warren <swarren@nvidia.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -923,6 +923,8 @@
923 923 CONFIG_CMD_EXPORTENV * export the environment
924 924 CONFIG_CMD_EXT2 * ext2 command support
925 925 CONFIG_CMD_EXT4 * ext4 command support
  926 + CONFIG_CMD_FS_GENERIC * filesystem commands (e.g. load, ls)
  927 + that work for multiple fs types
926 928 CONFIG_CMD_SAVEENV saveenv
927 929 CONFIG_CMD_FDC * Floppy Disk Support
928 930 CONFIG_CMD_FAT * FAT command support