Merge branch 'arm/master' into arm/next
[oweals/u-boot.git] / board / amcc / yucca / cmd_yucca.c
index d9698602b1a5a59a3fbe42b8a0fc3f4cad7e8516..ed6daa38993b5666c86007d639768d2dbaed0d74 100644 (file)
@@ -59,7 +59,7 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,
        char pcixClock[4];
 
        if (argc < 3) {
-               printf ("Usage:\n%s\n", cmdtp->usage);
+               cmd_usage(cmdtp);
                return 1;
        }
 
@@ -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",
-       "wrclk [prom0|prom1] - program the serial device strap\n"
+       "program the serial device strap",
+       "wrclk [prom0|prom1] - program the serial device strap"
 );