diff options
| author | wdenk <wdenk> | 2003-09-18 10:02:25 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-09-18 10:02:25 +0000 | 
| commit | 206c60cbea71c89ac1c33ae49aa7cfa3bf6938cd (patch) | |
| tree | a93ea699425565964d3f966141f0b0ae51b40e93 /common/cmd_spi.c | |
| parent | 5f535fe170e2cd90ee65922cbad1a5428d85a9e6 (diff) | |
| download | olio-uboot-2014.01-206c60cbea71c89ac1c33ae49aa7cfa3bf6938cd.tar.xz olio-uboot-2014.01-206c60cbea71c89ac1c33ae49aa7cfa3bf6938cd.zip | |
* Patches by Jon Diekema, 17 Sep 2003:
  - update README (SHOW_BOOT_PROGRESS values for cmd_nand.c and
    env_common.c)
  - sbc8260 tweaks
  - adjust "help" output
Diffstat (limited to 'common/cmd_spi.c')
| -rw-r--r-- | common/cmd_spi.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_spi.c b/common/cmd_spi.c index 3335a1406..7b6faf79c 100644 --- a/common/cmd_spi.c +++ b/common/cmd_spi.c @@ -133,7 +133,7 @@ int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	sspi,	5,	1,	do_spi, -	"sspi     - SPI utility commands\n", +	"sspi    - SPI utility commands\n",  	"<device> <bit_len> <dout> - Send <bit_len> bits from <dout> out the SPI\n"  	"<device>  - Identifies the chip select of the device\n"  	"<bit_len> - Number of bits to send (base 10)\n" |