]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
README: document CONFIG_CMD_FS_GENERIC
authorStephen Warren <swarren@nvidia.com>
Sat, 25 Jan 2014 03:46:37 +0000 (20:46 -0700)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 14:47:33 +0000 (09:47 -0500)
commit16f4d9335fe18cf3b57e400baf7687f1c390fd8c
tree3233452d35e8c196f1e70beb42b6e89c760ece6a
parentc4d376fd1c2bce8d64cec0431dd3f24957b6dec4
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>
README