mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-05 05:42:51 +00:00
* Patch by Robert Schwebel, 15 Dec 2003:
add support for cramfs (uses JFFS2 command interface)
This commit is contained in:
parent
c935d3bd8b
commit
dd875c767e
11 changed files with 825 additions and 16 deletions
|
@ -158,7 +158,7 @@ static int fpga_get_op (char *opstr)
|
|||
}
|
||||
|
||||
U_BOOT_CMD (fpga, 6, 1, do_fpga,
|
||||
"fpga - loadable FPGA image support\n",
|
||||
"fpga - loadable FPGA image support\n",
|
||||
"fpga [operation type] [device number] [image address] [image size]\n"
|
||||
"fpga operations:\n"
|
||||
"\tinfo\tlist known device information.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue