diff options
Diffstat (limited to 'include/fs.h')
| -rw-r--r-- | include/fs.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/fs.h b/include/fs.h index f396d8492..c3ac7ccc0 100644 --- a/include/fs.h +++ b/include/fs.h @@ -58,7 +58,7 @@ int fs_read(const char *filename, ulong addr, int offset, int len);   * to a specific filesystem type via the fstype parameter.   */  int do_fsload(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], -		int fstype); +		int fstype, int cmdline_base);  int do_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],  		int fstype); |