]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: rename fsload command to load
authorStephen Warren <swarren@nvidia.com>
Wed, 31 Oct 2012 11:05:07 +0000 (11:05 +0000)
committerTom Rini <trini@ti.com>
Sun, 4 Nov 2012 18:00:34 +0000 (11:00 -0700)
commitf9b55e22856a97523074f3dc40ea5d196298756a
treed290dc3c5c001321012061ca1c121894e1b94fa0
parent3f83c87ee58d86e9a9d2e50b62f38c728bfb31f6
fs: rename fsload command to load

When the generic filesystem load command "fsload" was written, I felt
that "load" was too generic of a name for it, since many other similar
commands already existed. However, it turns out that there is already
an "fsload" command, so that name cannot be used. Rename the new
"fsload" to plain "load" to avoid the conflict. At least anyone who's
used a Basic interpreter should feel familiar with the name!

Signed-off-by: Stephen Warren <swarren@nvidia.com>
common/cmd_ext2.c
common/cmd_ext4.c
common/cmd_fat.c
common/cmd_fs.c
fs/fs.c
include/fs.h