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 | |
parent | 5f535fe170e2cd90ee65922cbad1a5428d85a9e6 (diff) | |
download | u-boot-imx-206c60cbea71c89ac1c33ae49aa7cfa3bf6938cd.zip u-boot-imx-206c60cbea71c89ac1c33ae49aa7cfa3bf6938cd.tar.gz u-boot-imx-206c60cbea71c89ac1c33ae49aa7cfa3bf6938cd.tar.bz2 |
* 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')
-rw-r--r-- | common/cmd_immap.c | 2 | ||||
-rw-r--r-- | common/cmd_spi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_immap.c b/common/cmd_immap.c index 4bb6e0c..252bdfb 100644 --- a/common/cmd_immap.c +++ b/common/cmd_immap.c @@ -634,7 +634,7 @@ U_BOOT_CMD( U_BOOT_CMD( iopset, 5, 0, do_iopset, - "iopset - set I/O Port registers\n", + "iopset - set I/O Port registers\n", "PORT PIN CMD VALUE\nPORT: A-D, PIN: 0-31, CMD: [dat|dir|odr|sor], VALUE: 0|1" ); diff --git a/common/cmd_spi.c b/common/cmd_spi.c index 3335a14..7b6faf7 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" |