mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-25 16:12:05 +00:00
Patch by Thomas Viehweger, 14 May 2004:
- flash.h: more flash types added - immap_8260.h: some bits added (useful for RMII) - cmd_coninfo.c: typo corrected, printf -> puts - reduced size by replacing spaces with tab
This commit is contained in:
parent
48abe7bfab
commit
aa5590b66f
7 changed files with 67 additions and 20 deletions
|
@ -258,7 +258,7 @@ do_jffs2_chpart(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
|||
|
||||
U_BOOT_CMD(
|
||||
fsload, 3, 0, do_jffs2_fsload,
|
||||
"fsload - load binary file from a filesystem image\n",
|
||||
"fsload\t- load binary file from a filesystem image\n",
|
||||
"[ off ] [ filename ]\n"
|
||||
" - load binary file from flash bank\n"
|
||||
" with offset 'off'\n"
|
||||
|
@ -266,20 +266,20 @@ U_BOOT_CMD(
|
|||
|
||||
U_BOOT_CMD(
|
||||
fsinfo, 1, 1, do_jffs2_fsinfo,
|
||||
"fsinfo - print information about filesystems\n",
|
||||
"fsinfo\t- print information about filesystems\n",
|
||||
" - print information about filesystems\n"
|
||||
);
|
||||
|
||||
U_BOOT_CMD(
|
||||
ls, 2, 1, do_jffs2_ls,
|
||||
"ls - list files in a directory (default /)\n",
|
||||
"ls\t- list files in a directory (default /)\n",
|
||||
"[ directory ]\n"
|
||||
" - list files in a directory.\n"
|
||||
);
|
||||
|
||||
U_BOOT_CMD(
|
||||
chpart, 2, 0, do_jffs2_chpart,
|
||||
"chpart - change active partition\n",
|
||||
"chpart\t- change active partition\n",
|
||||
" - change active partition\n"
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue