diff options
| author | wdenk <wdenk> | 2004-01-03 21:24:46 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-01-03 21:24:46 +0000 | 
| commit | dd875c767e6fb0f4fecfb799b706d84562a7acee (patch) | |
| tree | b008f2786749b0a6455d2de9a01146e0ee6453b2 /common/cmd_fpga.c | |
| parent | c935d3bd8b1c7f681ad58e64bd0548e1b26a7d2f (diff) | |
| download | olio-uboot-2014.01-dd875c767e6fb0f4fecfb799b706d84562a7acee.tar.xz olio-uboot-2014.01-dd875c767e6fb0f4fecfb799b706d84562a7acee.zip | |
* Patch by Robert Schwebel, 15 Dec 2003:
  add support for cramfs (uses JFFS2 command interface)
Diffstat (limited to 'common/cmd_fpga.c')
| -rw-r--r-- | common/cmd_fpga.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index e674ef4fe..325fdd142 100644 --- a/common/cmd_fpga.c +++ b/common/cmd_fpga.c @@ -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" |