projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c38d9
)
Blackfin: drop newline from OTP help
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 24 Mar 2009 02:17:27 +0000
(22:17 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 2 Apr 2009 10:42:08 +0000
(06:42 -0400)
Looks like I accidentally added a newline to the OTP help when merging and
older change.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/cmd_otp.c
patch
|
blob
|
history
diff --git
a/common/cmd_otp.c
b/common/cmd_otp.c
index 65232903b22049d38be57a65d9156578751e042c..4be43448a8945ed3b31e8dace5d34194f823e04b 100644
(file)
--- 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"