diff options
Diffstat (limited to 'board/amcc/yucca/cmd_yucca.c')
| -rw-r--r-- | board/amcc/yucca/cmd_yucca.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/amcc/yucca/cmd_yucca.c b/board/amcc/yucca/cmd_yucca.c index 5198317dd..d2ca2572d 100644 --- a/board/amcc/yucca/cmd_yucca.c +++ b/board/amcc/yucca/cmd_yucca.c @@ -281,6 +281,6 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,  U_BOOT_CMD(  	evb440spe,	3,	1,	do_evb440spe, -	"evb440spe - program the serial device strap\n", +	"program the serial device strap",  	"wrclk [prom0|prom1] - program the serial device strap\n"  ); |