|
@@ -27,7 +27,7 @@ int do_fat_fsload (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|
|
U_BOOT_CMD(
|
|
|
fatload, 7, 0, do_fat_fsload,
|
|
|
"load binary file from a dos filesystem",
|
|
|
- "<interface> [<dev[:part]>] <addr> <filename> [bytes [pos]]\n"
|
|
|
+ "<interface> [<dev[:part]> [<addr> [<filename> [bytes [pos]]]]]\n"
|
|
|
" - Load binary file 'filename' from 'dev' on 'interface'\n"
|
|
|
" to address 'addr' from dos filesystem.\n"
|
|
|
" 'pos' gives the file position to start loading from.\n"
|