]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: Add command to retrieve the filesystem type
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 5 Jan 2015 17:13:36 +0000 (18:13 +0100)
committerTom Rini <trini@ti.com>
Thu, 29 Jan 2015 18:36:54 +0000 (13:36 -0500)
commit1a1ad8e0903ec916d1e3ef8c18fa335d765a4342
treebefa1ea03b3cc9666d36ccdd96ebb90ddf6c2aa3
parent2af13d6b6265a6700c4f65597410b769895024bf
fs: Add command to retrieve the filesystem type

New command to determine the filesystem type of a given partition.
Optionally stores the filesystem type in a environment variable.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
common/cmd_fs.c
fs/fs.c
include/fs.h