diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-03-23 22:17:27 -0400 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-02 06:42:08 -0400 | 
| commit | dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382 (patch) | |
| tree | d6524400851f3a8f4070a3f3a78d537aa55d6c44 | |
| parent | d3c38d96b991d641a33f7748130dae008563cdc9 (diff) | |
| download | olio-uboot-2014.01-dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382.tar.xz olio-uboot-2014.01-dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382.zip | |
Blackfin: drop newline from OTP help
Looks like I accidentally added a newline to the OTP help when merging and
older change.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | common/cmd_otp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_otp.c b/common/cmd_otp.c index 65232903b..4be43448a 100644 --- a/common/cmd_otp.c +++ b/common/cmd_otp.c @@ -225,7 +225,7 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(otp, 7, 0, do_otp, -	"One-Time-Programmable sub-system\n", +	"One-Time-Programmable sub-system",  	"read <addr> <page> [count] [half]\n"  	" - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n"  	"otp dump <addr> <page> [count] [half]\n" |