summaryrefslogtreecommitdiffstats
path: root/include/fs.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-10-31 11:05:07 +0000
committerTom Rini <trini@ti.com>2012-11-04 11:00:34 -0700
commitf9b55e22856a97523074f3dc40ea5d196298756a (patch)
treed290dc3c5c001321012061ca1c121894e1b94fa0 /include/fs.h
parent3f83c87ee58d86e9a9d2e50b62f38c728bfb31f6 (diff)
downloadtalos-obmc-uboot-f9b55e22856a97523074f3dc40ea5d196298756a.tar.gz
talos-obmc-uboot-f9b55e22856a97523074f3dc40ea5d196298756a.zip
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>
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs.h b/include/fs.h
index c3ac7ccc0d..4f30a385a0 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -57,7 +57,7 @@ int fs_read(const char *filename, ulong addr, int offset, int len);
* Common implementation for various filesystem commands, optionally limited
* to a specific filesystem type via the fstype parameter.
*/
-int do_fsload(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
+int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
int fstype, int cmdline_base);
int do_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
int fstype);
OpenPOWER on IntegriCloud