diff options
| -rw-r--r-- | cpu/arm_cortexa8/omap3/board.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_cortexa8/omap3/board.c b/cpu/arm_cortexa8/omap3/board.c index dd2c94073..2aa69b383 100644 --- 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"  );  |