projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2fff33
)
help: Correct syntax of nandecc help output.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Tue, 17 Nov 2009 12:30:23 +0000
(07:30 -0500)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 7 Dec 2009 21:06:51 +0000
(22:06 +0100)
"nandecc" help output should not reproduce the command name, nor have
a trailing newline.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
cpu/arm_cortexa8/omap3/board.c
patch
|
blob
|
history
diff --git
a/cpu/arm_cortexa8/omap3/board.c
b/cpu/arm_cortexa8/omap3/board.c
index dd2c94073b3805494cdc1a476c23c8ec62075fee..2aa69b383b426c494e712757135a540a6eb35f9a 100644
(file)
--- a/
cpu/arm_cortexa8/omap3/board.c
+++ b/
cpu/arm_cortexa8/omap3/board.c
@@
-328,7
+328,7
@@
usage:
U_BOOT_CMD(
nandecc, 2, 1, do_switch_ecc,
- "
nandecc - switch OMAP3 NAND ECC calculation algorithm\n
",
+ "
switch OMAP3 NAND ECC calculation algorithm
",
"[hw/sw] - Switch between NAND hardware (hw) or software (sw) ecc algorithm"
);